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

models.elastictranscoder-2012-09-25-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "defaultExceptionUnmarshaller" : null,
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : null,
    "operationModifiers" : null,
    "renameShapes" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSmokeTests" : false,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2012-09-25",
    "asyncBuilder" : "DefaultElasticTranscoderAsyncClientBuilder",
    "asyncBuilderInterface" : "ElasticTranscoderAsyncClientBuilder",
    "asyncClient" : "DefaultElasticTranscoderAsyncClient",
    "asyncInterface" : "ElasticTranscoderAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultElasticTranscoderBaseClientBuilder",
    "baseBuilderInterface" : "ElasticTranscoderBaseClientBuilder",
    "baseExceptionName" : "ElasticTranscoderException",
    "baseRequestName" : "ElasticTranscoderRequest",
    "baseResponseName" : "ElasticTranscoderResponse",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "clientPackageName" : "elastictranscoder",
    "contentType" : "",
    "cucumberModuleInjectorClassName" : "ElasticTranscoderClientModuleInjector",
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "documentation" : "AWS Elastic Transcoder Service 

The AWS Elastic Transcoder Service.

", "endpointPrefix" : "elastictranscoder", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.elastictranscoder", "fullModelPackageName" : "software.amazon.awssdk.services.elastictranscoder.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.elastictranscoder.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.elastictranscoder.transform", "fullSmokeTestsPackageName" : "software.amazon.awssdk.services.elastictranscoder.smoketests", "fullTransformPackageName" : "software.amazon.awssdk.services.elastictranscoder.transform", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "elastictranscoder.model", "paginatorsPackageName" : "elastictranscoder.paginators", "protocol" : "rest-json", "protocolDefaultExceptionUmarshallerImpl" : null, "protocolFactory" : "software.amazon.awssdk.awscore.protocol.json.AwsJsonProtocolFactory", "requestBaseFqcn" : "software.amazon.awssdk.awscore.AwsRequest", "requestTransformPackageName" : "elastictranscoder.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceAbbreviation" : null, "serviceFullName" : "Amazon Elastic Transcoder", "serviceName" : "Amazon Elastic Transcoder", "signingName" : "elastictranscoder", "smokeTestsPackageName" : "elastictranscoder.smoketests", "syncBuilder" : "DefaultElasticTranscoderClientBuilder", "syncBuilderInterface" : "ElasticTranscoderClientBuilder", "syncClient" : "DefaultElasticTranscoderClient", "syncInterface" : "ElasticTranscoderClient", "transformPackageName" : "elastictranscoder.transform", "uid" : "elastictranscoder-2012-09-25", "unmarshallerContextClassName" : "JsonMarshallerContext", "xmlProtocol" : false }, "operations" : { "CancelJob" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The CancelJob operation cancels an unfinished job.

You can only cancel a job that has a status of Submitted. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

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

The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.

", "httpStatusCode" : 409 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CancelJobRequest", "variableName" : "cancelJobRequest", "variableType" : "CancelJobRequest", "documentation" : "

The CancelJobRequest structure.

", "simpleType" : "CancelJobRequest", "variableSetterType" : "CancelJobRequest" }, "methodName" : "cancelJob", "operationName" : "CancelJob", "paginated" : false, "returnType" : { "returnType" : "CancelJobResponse", "documentation" : "

The response body contains a JSON object. If the job is successfully canceled, the value of Success is true.

" }, "syncReturnType" : "CancelJobResponse" }, "CreateJob" : { "authenticated" : true, "deprecated" : false, "documentation" : "

When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.

If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

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

Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateJobRequest", "variableName" : "createJobRequest", "variableType" : "CreateJobRequest", "documentation" : "

The CreateJobRequest structure.

", "simpleType" : "CreateJobRequest", "variableSetterType" : "CreateJobRequest" }, "methodName" : "createJob", "operationName" : "CreateJob", "paginated" : false, "returnType" : { "returnType" : "CreateJobResponse", "documentation" : "

The CreateJobResponse structure.

" }, "syncReturnType" : "CreateJobResponse" }, "CreatePipeline" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The CreatePipeline operation creates a pipeline with settings that you specify.

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

One or more required parameter values were not provided in the request.

", "httpStatusCode" : 400 }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null, "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

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

Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreatePipelineRequest", "variableName" : "createPipelineRequest", "variableType" : "CreatePipelineRequest", "documentation" : "

The CreatePipelineRequest structure.

", "simpleType" : "CreatePipelineRequest", "variableSetterType" : "CreatePipelineRequest" }, "methodName" : "createPipeline", "operationName" : "CreatePipeline", "paginated" : false, "returnType" : { "returnType" : "CreatePipelineResponse", "documentation" : "

When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.

" }, "syncReturnType" : "CreatePipelineResponse" }, "CreatePreset" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The CreatePreset operation creates a preset with settings that you specify.

Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (ValidationException) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.

Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.

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

One or more required parameter values were not provided in the request.

", "httpStatusCode" : 400 }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null, "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

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

Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.

", "httpStatusCode" : 429 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreatePresetRequest", "variableName" : "createPresetRequest", "variableType" : "CreatePresetRequest", "documentation" : "

The CreatePresetRequest structure.

", "simpleType" : "CreatePresetRequest", "variableSetterType" : "CreatePresetRequest" }, "methodName" : "createPreset", "operationName" : "CreatePreset", "paginated" : false, "returnType" : { "returnType" : "CreatePresetResponse", "documentation" : "

The CreatePresetResponse structure.

" }, "syncReturnType" : "CreatePresetResponse" }, "DeletePipeline" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The DeletePipeline operation removes a pipeline.

You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use, DeletePipeline returns an error.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

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

The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.

", "httpStatusCode" : 409 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeletePipelineRequest", "variableName" : "deletePipelineRequest", "variableType" : "DeletePipelineRequest", "documentation" : "

The DeletePipelineRequest structure.

", "simpleType" : "DeletePipelineRequest", "variableSetterType" : "DeletePipelineRequest" }, "methodName" : "deletePipeline", "operationName" : "DeletePipeline", "paginated" : false, "returnType" : { "returnType" : "DeletePipelineResponse", "documentation" : "

The DeletePipelineResponse structure.

" }, "syncReturnType" : "DeletePipelineResponse" }, "DeletePreset" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The DeletePreset operation removes a preset that you've added in an AWS region.

You can't delete the default presets that are included with Elastic Transcoder.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeletePresetRequest", "variableName" : "deletePresetRequest", "variableType" : "DeletePresetRequest", "documentation" : "

The DeletePresetRequest structure.

", "simpleType" : "DeletePresetRequest", "variableSetterType" : "DeletePresetRequest" }, "methodName" : "deletePreset", "operationName" : "DeletePreset", "paginated" : false, "returnType" : { "returnType" : "DeletePresetResponse", "documentation" : "

The DeletePresetResponse structure.

" }, "syncReturnType" : "DeletePresetResponse" }, "ListJobsByPipeline" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.

Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListJobsByPipelineRequest", "variableName" : "listJobsByPipelineRequest", "variableType" : "ListJobsByPipelineRequest", "documentation" : "

The ListJobsByPipelineRequest structure.

", "simpleType" : "ListJobsByPipelineRequest", "variableSetterType" : "ListJobsByPipelineRequest" }, "methodName" : "listJobsByPipeline", "operationName" : "ListJobsByPipeline", "paginated" : true, "returnType" : { "returnType" : "ListJobsByPipelineResponse", "documentation" : "

The ListJobsByPipelineResponse structure.

" }, "syncReturnType" : "ListJobsByPipelineResponse" }, "ListJobsByStatus" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListJobsByStatusRequest", "variableName" : "listJobsByStatusRequest", "variableType" : "ListJobsByStatusRequest", "documentation" : "

The ListJobsByStatusRequest structure.

", "simpleType" : "ListJobsByStatusRequest", "variableSetterType" : "ListJobsByStatusRequest" }, "methodName" : "listJobsByStatus", "operationName" : "ListJobsByStatus", "paginated" : true, "returnType" : { "returnType" : "ListJobsByStatusResponse", "documentation" : "

The ListJobsByStatusResponse structure.

" }, "syncReturnType" : "ListJobsByStatusResponse" }, "ListPipelines" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.

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

One or more required parameter values were not provided in the request.

", "httpStatusCode" : 400 }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null, "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPipelinesRequest", "variableName" : "listPipelinesRequest", "variableType" : "ListPipelinesRequest", "documentation" : "

The ListPipelineRequest structure.

", "simpleType" : "ListPipelinesRequest", "variableSetterType" : "ListPipelinesRequest" }, "methodName" : "listPipelines", "operationName" : "ListPipelines", "paginated" : true, "returnType" : { "returnType" : "ListPipelinesResponse", "documentation" : "

A list of the pipelines associated with the current AWS account.

" }, "syncReturnType" : "ListPipelinesResponse" }, "ListPresets" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.

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

One or more required parameter values were not provided in the request.

", "httpStatusCode" : 400 }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null, "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListPresetsRequest", "variableName" : "listPresetsRequest", "variableType" : "ListPresetsRequest", "documentation" : "

The ListPresetsRequest structure.

", "simpleType" : "ListPresetsRequest", "variableSetterType" : "ListPresetsRequest" }, "methodName" : "listPresets", "operationName" : "ListPresets", "paginated" : true, "returnType" : { "returnType" : "ListPresetsResponse", "documentation" : "

The ListPresetsResponse structure.

" }, "syncReturnType" : "ListPresetsResponse" }, "ReadJob" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The ReadJob operation returns detailed information about a job.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ReadJobRequest", "variableName" : "readJobRequest", "variableType" : "ReadJobRequest", "documentation" : "

The ReadJobRequest structure.

", "simpleType" : "ReadJobRequest", "variableSetterType" : "ReadJobRequest" }, "methodName" : "readJob", "operationName" : "ReadJob", "paginated" : false, "returnType" : { "returnType" : "ReadJobResponse", "documentation" : "

The ReadJobResponse structure.

" }, "syncReturnType" : "ReadJobResponse" }, "ReadPipeline" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The ReadPipeline operation gets detailed information about a pipeline.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ReadPipelineRequest", "variableName" : "readPipelineRequest", "variableType" : "ReadPipelineRequest", "documentation" : "

The ReadPipelineRequest structure.

", "simpleType" : "ReadPipelineRequest", "variableSetterType" : "ReadPipelineRequest" }, "methodName" : "readPipeline", "operationName" : "ReadPipeline", "paginated" : false, "returnType" : { "returnType" : "ReadPipelineResponse", "documentation" : "

The ReadPipelineResponse structure.

" }, "syncReturnType" : "ReadPipelineResponse" }, "ReadPreset" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The ReadPreset operation gets detailed information about a preset.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ReadPresetRequest", "variableName" : "readPresetRequest", "variableType" : "ReadPresetRequest", "documentation" : "

The ReadPresetRequest structure.

", "simpleType" : "ReadPresetRequest", "variableSetterType" : "ReadPresetRequest" }, "methodName" : "readPreset", "operationName" : "ReadPreset", "paginated" : false, "returnType" : { "returnType" : "ReadPresetResponse", "documentation" : "

The ReadPresetResponse structure.

" }, "syncReturnType" : "ReadPresetResponse" }, "TestRole" : { "authenticated" : true, "deprecated" : true, "documentation" : "

The TestRole operation tests the IAM role used to create the pipeline.

The TestRole action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "TestRoleRequest", "variableName" : "testRoleRequest", "variableType" : "TestRoleRequest", "documentation" : "

The TestRoleRequest structure.

", "simpleType" : "TestRoleRequest", "variableSetterType" : "TestRoleRequest" }, "methodName" : "testRole", "operationName" : "TestRole", "paginated" : false, "returnType" : { "returnType" : "TestRoleResponse", "documentation" : "

The TestRoleResponse structure.

" }, "syncReturnType" : "TestRoleResponse" }, "UpdatePipeline" : { "authenticated" : true, "deprecated" : false, "documentation" : "

Use the UpdatePipeline operation to update settings for a pipeline.

When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings.

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

One or more required parameter values were not provided in the request.

", "httpStatusCode" : 400 }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null, "httpStatusCode" : 400 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

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

The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

", "httpStatusCode" : 404 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdatePipelineRequest", "variableName" : "updatePipelineRequest", "variableType" : "UpdatePipelineRequest", "documentation" : "

The UpdatePipelineRequest structure.

", "simpleType" : "UpdatePipelineRequest", "variableSetterType" : "UpdatePipelineRequest" }, "methodName" : "updatePipeline", "operationName" : "UpdatePipeline", "paginated" : false, "returnType" : { "returnType" : "UpdatePipelineResponse", "documentation" : "

When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.

" }, "syncReturnType" : "UpdatePipelineResponse" }, "UpdatePipelineNotifications" : { "authenticated" : true, "deprecated" : false, "documentation" : "

With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.

When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

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

The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.

", "httpStatusCode" : 409 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdatePipelineNotificationsRequest", "variableName" : "updatePipelineNotificationsRequest", "variableType" : "UpdatePipelineNotificationsRequest", "documentation" : "

The UpdatePipelineNotificationsRequest structure.

", "simpleType" : "UpdatePipelineNotificationsRequest", "variableSetterType" : "UpdatePipelineNotificationsRequest" }, "methodName" : "updatePipelineNotifications", "operationName" : "UpdatePipelineNotifications", "paginated" : false, "returnType" : { "returnType" : "UpdatePipelineNotificationsResponse", "documentation" : "

The UpdatePipelineNotificationsResponse structure.

" }, "syncReturnType" : "UpdatePipelineNotificationsResponse" }, "UpdatePipelineStatus" : { "authenticated" : true, "deprecated" : false, "documentation" : "

The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.

Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a CancelJob request.

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

One or more required parameter values were not provided in the request.

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

The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

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

The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.

", "httpStatusCode" : 409 }, { "exceptionName" : "AccessDeniedException", "documentation" : "

General authentication failure. The request was not signed correctly.

", "httpStatusCode" : 403 }, { "exceptionName" : "InternalServiceException", "documentation" : "

Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

", "httpStatusCode" : null } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdatePipelineStatusRequest", "variableName" : "updatePipelineStatusRequest", "variableType" : "UpdatePipelineStatusRequest", "documentation" : "

The UpdatePipelineStatusRequest structure.

", "simpleType" : "UpdatePipelineStatusRequest", "variableSetterType" : "UpdatePipelineStatusRequest" }, "methodName" : "updatePipelineStatus", "operationName" : "UpdatePipelineStatus", "paginated" : false, "returnType" : { "returnType" : "UpdatePipelineStatusResponse", "documentation" : "

When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.

" }, "syncReturnType" : "UpdatePipelineStatusResponse" } }, "shapes" : { "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

General authentication failure. The request was not signed correctly.

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

The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20.

To remove artwork or leave the artwork empty, you can either set Artwork to null, or set the Merge Policy to \"Replace\" and use an empty Artwork array.

To pass through existing artwork unchanged, set the Merge Policy to \"Prepend\", \"Append\", or \"Fallback\", and use an empty Artwork array.

", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getInputKey", "beanStyleSetterMethodName" : "setInputKey", "c2jName" : "InputKey", "c2jShape" : "WatermarkKey", "defaultConsumerFluentSetterDocumentation" : "

The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputKey", "fluentSetterDocumentation" : "

The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

\n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputKey", "getterDocumentation" : "

The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

\n@return The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputKey", "setterDocumentation" : "

The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

\n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setInputKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : "

The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

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

The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

\n@param maxWidth The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

\n@return The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

\n@param maxWidth The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

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

The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

\n@param maxHeight The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

\n@return The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

\n@param maxHeight The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

Specify one of the following values to control scaling of the output album art:

  • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

  • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

  • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

  • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

  • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

  • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

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

Specify one of the following values to control scaling of the output album art:

  • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

  • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

  • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

  • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

  • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

  • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

Specify one of the following values to control scaling of the output album art:

  • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

  • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

  • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

  • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

  • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

  • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

\n@param sizingPolicy Specify one of the following values to control scaling of the output album art:

  • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

  • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

  • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

  • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

  • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

  • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

    Specify one of the following values to control scaling of the output album art:

    • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

    • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

    • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

    • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

    • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

    • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

    \n@return Specify one of the following values to control scaling of the output album art:

    • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

    • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

    • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

    • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

    • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

    • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

      Specify one of the following values to control scaling of the output album art:

      • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

      • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

      • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

      • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

      • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

      • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

      \n@param sizingPolicy Specify one of the following values to control scaling of the output album art:

      • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

      • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

      • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

      • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

      • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

      • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

      • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

        Specify one of the following values to control scaling of the output album art:

        • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

        • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

        • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

        • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

        • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

        • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

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

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlbumArtFormat", "beanStyleSetterMethodName" : "setAlbumArtFormat", "c2jName" : "AlbumArtFormat", "c2jShape" : "JpgOrPng", "defaultConsumerFluentSetterDocumentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

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

        The format of album art, if any. Valid formats are .jpg and .png.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArtFormat", "fluentSetterDocumentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

        \n@param albumArtFormat The format of album art, if any. Valid formats are .jpg and .png.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArtFormat", "getterDocumentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

        \n@return The format of album art, if any. Valid formats are .jpg and .png.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArtFormat", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArtFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlbumArtFormat", "setterDocumentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

        \n@param albumArtFormat The format of album art, if any. Valid formats are .jpg and .png.", "setterMethodName" : "setAlbumArtFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "albumArtFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "albumArtFormat", "variableType" : "String", "documentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

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

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AlbumArtFormat" : { "beanStyleGetterMethodName" : "getAlbumArtFormat", "beanStyleSetterMethodName" : "setAlbumArtFormat", "c2jName" : "AlbumArtFormat", "c2jShape" : "JpgOrPng", "defaultConsumerFluentSetterDocumentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

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

        The format of album art, if any. Valid formats are .jpg and .png.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArtFormat", "fluentSetterDocumentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

        \n@param albumArtFormat The format of album art, if any. Valid formats are .jpg and .png.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArtFormat", "getterDocumentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

        \n@return The format of album art, if any. Valid formats are .jpg and .png.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArtFormat", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArtFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlbumArtFormat", "setterDocumentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

        \n@param albumArtFormat The format of album art, if any. Valid formats are .jpg and .png.", "setterMethodName" : "setAlbumArtFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "albumArtFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "albumArtFormat", "variableType" : "String", "documentation" : "

        The format of album art, if any. Valid formats are .jpg and .png.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Encryption" : { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

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

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

        The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "InputKey" : { "beanStyleGetterMethodName" : "getInputKey", "beanStyleSetterMethodName" : "setInputKey", "c2jName" : "InputKey", "c2jShape" : "WatermarkKey", "defaultConsumerFluentSetterDocumentation" : "

        The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

        The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputKey", "fluentSetterDocumentation" : "

        The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

        \n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputKey", "getterDocumentation" : "

        The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

        \n@return The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputKey", "setterDocumentation" : "

        The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

        \n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setInputKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : "

        The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

        If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxHeight" : { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

        The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

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

        The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

        The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

        \n@param maxHeight The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

        The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

        \n@return The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

        The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

        \n@param maxHeight The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

        The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxWidth" : { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

        The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

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

        The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

        The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

        \n@param maxWidth The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

        The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

        \n@return The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

        The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

        \n@param maxWidth The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

        The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PaddingPolicy" : { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

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

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

        When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SizingPolicy" : { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

        Specify one of the following values to control scaling of the output album art:

        • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

        • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

        • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

        • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

        • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

        • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

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

        Specify one of the following values to control scaling of the output album art:

        • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

        • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

        • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

        • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

        • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

        • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

        Specify one of the following values to control scaling of the output album art:

        • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

        • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

        • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

        • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

        • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

        • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

        \n@param sizingPolicy Specify one of the following values to control scaling of the output album art:

        • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

        • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

        • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

        • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

        • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

        • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

          Specify one of the following values to control scaling of the output album art:

          • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

          • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

          • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

          • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

          • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

          • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

          \n@return Specify one of the following values to control scaling of the output album art:

          • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

          • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

          • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

          • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

          • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

          • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

            Specify one of the following values to control scaling of the output album art:

            • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

            • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

            • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

            • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

            • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

            • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

            \n@param sizingPolicy Specify one of the following values to control scaling of the output album art:

            • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

            • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

            • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

            • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

            • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

            • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

            • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

              Specify one of the following values to control scaling of the output album art:

              • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

              • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

              • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

              • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

              • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

              • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getInputKey", "beanStyleSetterMethodName" : "setInputKey", "c2jName" : "InputKey", "c2jShape" : "WatermarkKey", "defaultConsumerFluentSetterDocumentation" : "

              The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

              The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputKey", "fluentSetterDocumentation" : "

              The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

              \n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputKey", "getterDocumentation" : "

              The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

              \n@return The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputKey", "setterDocumentation" : "

              The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

              \n@param inputKey The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setInputKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : "

              The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId; the InputBucket object in that pipeline identifies the bucket.

              If the file name includes a prefix, for example, cooking/pie.jpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

              The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

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

              The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

              The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

              \n@param maxWidth The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

              The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

              \n@return The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

              The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

              \n@param maxWidth The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

              The maximum width of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

              The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

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

              The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

              The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

              \n@param maxHeight The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

              The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

              \n@return The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

              The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

              \n@param maxHeight The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

              The maximum height of the output album art in pixels. If you specify auto, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.

              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

              Specify one of the following values to control scaling of the output album art:

              • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

              • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

              • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

              • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

              • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

              • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

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

              Specify one of the following values to control scaling of the output album art:

              • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

              • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

              • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

              • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

              • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

              • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

              Specify one of the following values to control scaling of the output album art:

              • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

              • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

              • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

              • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

              • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

              • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

              \n@param sizingPolicy Specify one of the following values to control scaling of the output album art:

              • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

              • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

              • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

              • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

              • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

              • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                Specify one of the following values to control scaling of the output album art:

                • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

                • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

                • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

                • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

                • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

                \n@return Specify one of the following values to control scaling of the output album art:

                • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

                • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

                • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

                • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

                • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                  Specify one of the following values to control scaling of the output album art:

                  • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                  • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

                  • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

                  • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

                  • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

                  • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

                  \n@param sizingPolicy Specify one of the following values to control scaling of the output album art:

                  • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                  • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

                  • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

                  • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

                  • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

                  • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

                  • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                    Specify one of the following values to control scaling of the output album art:

                    • Fit: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                    • Fill: Elastic Transcoder scales the output art so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.

                    • Stretch: Elastic Transcoder stretches the output art to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input art and the output art are different, the output art will be distorted.

                    • Keep: Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output art.

                    • ShrinkToFit: Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.

                    • ShrinkToFill Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                    When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

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

                    When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

                    When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

                    \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

                    When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

                    \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

                    When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

                    \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

                    When you set PaddingPolicy to Pad, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth and MaxHeight.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlbumArtFormat", "beanStyleSetterMethodName" : "setAlbumArtFormat", "c2jName" : "AlbumArtFormat", "c2jShape" : "JpgOrPng", "defaultConsumerFluentSetterDocumentation" : "

                    The format of album art, if any. Valid formats are .jpg and .png.

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

                    The format of album art, if any. Valid formats are .jpg and .png.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArtFormat", "fluentSetterDocumentation" : "

                    The format of album art, if any. Valid formats are .jpg and .png.

                    \n@param albumArtFormat The format of album art, if any. Valid formats are .jpg and .png.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArtFormat", "getterDocumentation" : "

                    The format of album art, if any. Valid formats are .jpg and .png.

                    \n@return The format of album art, if any. Valid formats are .jpg and .png.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArtFormat", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArtFormat", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AlbumArtFormat", "setterDocumentation" : "

                    The format of album art, if any. Valid formats are .jpg and .png.

                    \n@param albumArtFormat The format of album art, if any. Valid formats are .jpg and .png.", "setterMethodName" : "setAlbumArtFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "albumArtFormat", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "albumArtFormat", "variableType" : "String", "documentation" : "

                    The format of album art, if any. Valid formats are .jpg and .png.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                    The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

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

                    The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                    The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

                    \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                    The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

                    \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                    The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

                    \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                    The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.

                    ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Artwork", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Artwork", "variableName" : "artwork", "variableType" : "Artwork", "documentation" : null, "simpleType" : "Artwork", "variableSetterType" : "Artwork" }, "wrapper" : false }, "AudioCodecOptions" : { "c2jName" : "AudioCodecOptions", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Options associated with your audio codec.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getProfile", "beanStyleSetterMethodName" : "setProfile", "c2jName" : "Profile", "c2jShape" : "AudioCodecProfile", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

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

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profile", "fluentSetterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

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

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@return You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Profile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Profile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Profile", "setterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "setterMethodName" : "setProfile", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profile", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "profile", "variableType" : "String", "documentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBitDepth", "beanStyleSetterMethodName" : "setBitDepth", "c2jName" : "BitDepth", "c2jShape" : "AudioBitDepth", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

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

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitDepth", "fluentSetterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@param bitDepth You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitDepth", "getterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@return You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitDepth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitDepth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitDepth", "setterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@param bitDepth You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.", "setterMethodName" : "setBitDepth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitDepth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitDepth", "variableType" : "String", "documentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBitOrder", "beanStyleSetterMethodName" : "setBitOrder", "c2jName" : "BitOrder", "c2jShape" : "AudioBitOrder", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

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

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitOrder", "fluentSetterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@param bitOrder You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitOrder", "getterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@return You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitOrder", "setterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@param bitOrder You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.", "setterMethodName" : "setBitOrder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitOrder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitOrder", "variableType" : "String", "documentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSigned", "beanStyleSetterMethodName" : "setSigned", "c2jName" : "Signed", "c2jShape" : "AudioSigned", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

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

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signed", "fluentSetterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@param signed You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signed", "getterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@return You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Signed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Signed", "setterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@param signed You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.", "setterMethodName" : "setSigned", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signed", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "signed", "variableType" : "String", "documentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "BitDepth" : { "beanStyleGetterMethodName" : "getBitDepth", "beanStyleSetterMethodName" : "setBitDepth", "c2jName" : "BitDepth", "c2jShape" : "AudioBitDepth", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

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

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitDepth", "fluentSetterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@param bitDepth You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitDepth", "getterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@return You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitDepth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitDepth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitDepth", "setterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@param bitDepth You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.", "setterMethodName" : "setBitDepth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitDepth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitDepth", "variableType" : "String", "documentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BitOrder" : { "beanStyleGetterMethodName" : "getBitOrder", "beanStyleSetterMethodName" : "setBitOrder", "c2jName" : "BitOrder", "c2jShape" : "AudioBitOrder", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

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

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitOrder", "fluentSetterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@param bitOrder You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitOrder", "getterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@return You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitOrder", "setterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@param bitOrder You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.", "setterMethodName" : "setBitOrder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitOrder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitOrder", "variableType" : "String", "documentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Profile" : { "beanStyleGetterMethodName" : "getProfile", "beanStyleSetterMethodName" : "setProfile", "c2jName" : "Profile", "c2jShape" : "AudioCodecProfile", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

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

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profile", "fluentSetterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

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

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@return You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Profile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Profile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Profile", "setterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "setterMethodName" : "setProfile", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profile", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "profile", "variableType" : "String", "documentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Signed" : { "beanStyleGetterMethodName" : "getSigned", "beanStyleSetterMethodName" : "setSigned", "c2jName" : "Signed", "c2jShape" : "AudioSigned", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

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

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signed", "fluentSetterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@param signed You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signed", "getterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@return You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Signed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Signed", "setterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@param signed You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.", "setterMethodName" : "setSigned", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signed", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "signed", "variableType" : "String", "documentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getProfile", "beanStyleSetterMethodName" : "setProfile", "c2jName" : "Profile", "c2jShape" : "AudioCodecProfile", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

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

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "profile", "fluentSetterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

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

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@return You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Profile", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Profile", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Profile", "setterDocumentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    \n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "setterMethodName" : "setProfile", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "profile", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "profile", "variableType" : "String", "documentation" : "

                    You can only choose an audio profile when you specify AAC for the value of Audio:Codec.

                    Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:

                    • auto: If you specify auto, Elastic Transcoder selects the profile based on the bit rate selected for the output file.

                    • AAC-LC: The most common AAC profile. Use for bit rates larger than 64 kbps.

                    • HE-AAC: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.

                    • HE-AACv2: Not supported on some players and devices. Use for bit rates less than 48 kbps.

                    All outputs in a Smooth playlist must have the same value for Profile.

                    If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBitDepth", "beanStyleSetterMethodName" : "setBitDepth", "c2jName" : "BitDepth", "c2jShape" : "AudioBitDepth", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

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

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitDepth", "fluentSetterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@param bitDepth You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitDepth", "getterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@return You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitDepth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitDepth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitDepth", "setterDocumentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    \n@param bitDepth You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.", "setterMethodName" : "setBitDepth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitDepth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitDepth", "variableType" : "String", "documentation" : "

                    You can only choose an audio bit depth when you specify flac or pcm for the value of Audio:Codec.

                    The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.

                    Valid values are 16 and 24.

                    The most common bit depth is 24.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBitOrder", "beanStyleSetterMethodName" : "setBitOrder", "c2jName" : "BitOrder", "c2jShape" : "AudioBitOrder", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

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

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitOrder", "fluentSetterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@param bitOrder You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitOrder", "getterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@return You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitOrder", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitOrder", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitOrder", "setterDocumentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    \n@param bitOrder You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.", "setterMethodName" : "setBitOrder", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitOrder", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitOrder", "variableType" : "String", "documentation" : "

                    You can only choose an audio bit order when you specify pcm for the value of Audio:Codec.

                    The order the bits of a PCM sample are stored in.

                    The supported value is LittleEndian.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSigned", "beanStyleSetterMethodName" : "setSigned", "c2jName" : "Signed", "c2jShape" : "AudioSigned", "defaultConsumerFluentSetterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

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

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "signed", "fluentSetterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@param signed You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "signed", "getterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@return You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Signed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Signed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Signed", "setterDocumentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    \n@param signed You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.", "setterMethodName" : "setSigned", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "signed", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "signed", "variableType" : "String", "documentation" : "

                    You can only choose whether an audio sample is signed when you specify pcm for the value of Audio:Codec.

                    Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).

                    The supported value is Signed.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AudioCodecOptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AudioCodecOptions", "variableName" : "audioCodecOptions", "variableType" : "AudioCodecOptions", "documentation" : null, "simpleType" : "AudioCodecOptions", "variableSetterType" : "AudioCodecOptions" }, "wrapper" : false }, "AudioParameters" : { "c2jName" : "AudioParameters", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                    Parameters required for transcoding audio.

                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCodec", "beanStyleSetterMethodName" : "setCodec", "c2jName" : "Codec", "c2jShape" : "AudioCodec", "defaultConsumerFluentSetterDocumentation" : "

                    The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

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

                    The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codec", "fluentSetterDocumentation" : "

                    The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                    \n@param codec The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codec", "getterDocumentation" : "

                    The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                    \n@return The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Codec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Codec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Codec", "setterDocumentation" : "

                    The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                    \n@param codec The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.", "setterMethodName" : "setCodec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : "

                    The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSampleRate", "beanStyleSetterMethodName" : "setSampleRate", "c2jName" : "SampleRate", "c2jShape" : "AudioSampleRate", "defaultConsumerFluentSetterDocumentation" : "

                    The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.

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

                    The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sampleRate", "fluentSetterDocumentation" : "

                    The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.

                    \n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sampleRate", "getterDocumentation" : "

                    The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.

                    \n@return The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SampleRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SampleRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SampleRate", "setterDocumentation" : "

                    The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.

                    \n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.", "setterMethodName" : "setSampleRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : "

                    The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                    auto, 22050, 32000, 44100, 48000, 96000

                    If you specify auto, Elastic Transcoder automatically detects the sample rate.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBitRate", "beanStyleSetterMethodName" : "setBitRate", "c2jName" : "BitRate", "c2jShape" : "AudioBitRate", "defaultConsumerFluentSetterDocumentation" : "

                    The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

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

                    The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitRate", "fluentSetterDocumentation" : "

                    The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                    \n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitRate", "getterDocumentation" : "

                    The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                    \n@return The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitRate", "setterDocumentation" : "

                    The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                    \n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.", "setterMethodName" : "setBitRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : "

                    The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChannels", "beanStyleSetterMethodName" : "setChannels", "c2jName" : "Channels", "c2jShape" : "AudioChannels", "defaultConsumerFluentSetterDocumentation" : "

                    The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

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

                    The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channels", "fluentSetterDocumentation" : "

                    The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                    \n@param channels The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channels", "getterDocumentation" : "

                    The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                    \n@return The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Channels", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Channels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Channels", "setterDocumentation" : "

                    The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                    \n@param channels The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.", "setterMethodName" : "setChannels", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channels", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "channels", "variableType" : "String", "documentation" : "

                    The number of audio channels in the output file. The following values are valid:

                    auto, 0, 1, 2

                    One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                    The output of a specific channel value and inputs are as follows:

                    • auto channel specified, with any input: Pass through up to eight input channels.

                    • 0 channels specified, with any input: Audio omitted from the output.

                    • 1 channel specified, with at least one input channel: Mono sound.

                    • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                    For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAudioPackingMode", "beanStyleSetterMethodName" : "setAudioPackingMode", "c2jName" : "AudioPackingMode", "c2jShape" : "AudioPackingMode", "defaultConsumerFluentSetterDocumentation" : "

                    The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                    The following values are valid:

                    SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                    When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                    The outputs of SingleTrack for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                    • 2 channels with one track with one channel: One track with two identical channels

                    • 2 or auto channels with two tracks with one channel each: One track with two channels

                    • 2 or auto channels with one track with two channels: One track with two channels

                    • 2 channels with one track with multiple channels: One track with two channels

                    • auto channels with one track with one channel: One track with one channel

                    • auto channels with one track with multiple channels: One track with multiple channels

                    When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                    The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                    • 2 channels with one track with one channel: Two tracks with one identical channel each

                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                    • 2 or auto channels with one track with two channels: Two tracks with one channel each

                    • 2 channels with one track with multiple channels: Two tracks with one channel each

                    • auto channels with one track with one channel: One track with one channel

                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                    When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                    The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                    • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                    • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                    • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                    • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

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

                    The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                    The following values are valid:

                    SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                    When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                    The outputs of SingleTrack for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                    • 2 channels with one track with one channel: One track with two identical channels

                    • 2 or auto channels with two tracks with one channel each: One track with two channels

                    • 2 or auto channels with one track with two channels: One track with two channels

                    • 2 channels with one track with multiple channels: One track with two channels

                    • auto channels with one track with one channel: One track with one channel

                    • auto channels with one track with multiple channels: One track with multiple channels

                    When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                    The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                    • 2 channels with one track with one channel: Two tracks with one identical channel each

                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                    • 2 or auto channels with one track with two channels: Two tracks with one channel each

                    • 2 channels with one track with multiple channels: Two tracks with one channel each

                    • auto channels with one track with one channel: One track with one channel

                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                    When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                    The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                    • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                    • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                    • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                    • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audioPackingMode", "fluentSetterDocumentation" : "

                    The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                    The following values are valid:

                    SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                    When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                    The outputs of SingleTrack for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                    • 2 channels with one track with one channel: One track with two identical channels

                    • 2 or auto channels with two tracks with one channel each: One track with two channels

                    • 2 or auto channels with one track with two channels: One track with two channels

                    • 2 channels with one track with multiple channels: One track with two channels

                    • auto channels with one track with one channel: One track with one channel

                    • auto channels with one track with multiple channels: One track with multiple channels

                    When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                    The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                    • 2 channels with one track with one channel: Two tracks with one identical channel each

                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                    • 2 or auto channels with one track with two channels: Two tracks with one channel each

                    • 2 channels with one track with multiple channels: Two tracks with one channel each

                    • auto channels with one track with one channel: One track with one channel

                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                    When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                    The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                    • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                    • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                    • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                    • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                    \n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                    The following values are valid:

                    SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                    When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                    The outputs of SingleTrack for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                    • 2 channels with one track with one channel: One track with two identical channels

                    • 2 or auto channels with two tracks with one channel each: One track with two channels

                    • 2 or auto channels with one track with two channels: One track with two channels

                    • 2 channels with one track with multiple channels: One track with two channels

                    • auto channels with one track with one channel: One track with one channel

                    • auto channels with one track with multiple channels: One track with multiple channels

                    When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                    The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                    • 2 channels with one track with one channel: Two tracks with one identical channel each

                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                    • 2 or auto channels with one track with two channels: Two tracks with one channel each

                    • 2 channels with one track with multiple channels: Two tracks with one channel each

                    • auto channels with one track with one channel: One track with one channel

                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                    When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                    The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                    • 0 channels with any input: Audio omitted from the output

                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                    • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                    • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                    • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                    • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audioPackingMode", "getterDocumentation" : "

                      The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                      The following values are valid:

                      SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                      When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                      The outputs of SingleTrack for a specific channel value and inputs are as follows:

                      • 0 channels with any input: Audio omitted from the output

                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                      • 2 channels with one track with one channel: One track with two identical channels

                      • 2 or auto channels with two tracks with one channel each: One track with two channels

                      • 2 or auto channels with one track with two channels: One track with two channels

                      • 2 channels with one track with multiple channels: One track with two channels

                      • auto channels with one track with one channel: One track with one channel

                      • auto channels with one track with multiple channels: One track with multiple channels

                      When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                      The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                      • 0 channels with any input: Audio omitted from the output

                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                      • 2 channels with one track with one channel: Two tracks with one identical channel each

                      • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                      • 2 or auto channels with one track with two channels: Two tracks with one channel each

                      • 2 channels with one track with multiple channels: Two tracks with one channel each

                      • auto channels with one track with one channel: One track with one channel

                      • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                      When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                      The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                      • 0 channels with any input: Audio omitted from the output

                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                      • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                      • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                      • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                      • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                      • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                      • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                      \n@return The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                      The following values are valid:

                      SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                      When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                      The outputs of SingleTrack for a specific channel value and inputs are as follows:

                      • 0 channels with any input: Audio omitted from the output

                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                      • 2 channels with one track with one channel: One track with two identical channels

                      • 2 or auto channels with two tracks with one channel each: One track with two channels

                      • 2 or auto channels with one track with two channels: One track with two channels

                      • 2 channels with one track with multiple channels: One track with two channels

                      • auto channels with one track with one channel: One track with one channel

                      • auto channels with one track with multiple channels: One track with multiple channels

                      When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                      The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                      • 0 channels with any input: Audio omitted from the output

                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                      • 2 channels with one track with one channel: Two tracks with one identical channel each

                      • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                      • 2 or auto channels with one track with two channels: Two tracks with one channel each

                      • 2 channels with one track with multiple channels: Two tracks with one channel each

                      • auto channels with one track with one channel: One track with one channel

                      • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                      When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                      The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                      • 0 channels with any input: Audio omitted from the output

                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                      • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                      • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                      • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                      • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                      • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                      • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AudioPackingMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AudioPackingMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AudioPackingMode", "setterDocumentation" : "

                        The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                        The following values are valid:

                        SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                        When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                        The outputs of SingleTrack for a specific channel value and inputs are as follows:

                        • 0 channels with any input: Audio omitted from the output

                        • 1, 2, or auto channels with no audio input: Audio omitted from the output

                        • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                        • 2 channels with one track with one channel: One track with two identical channels

                        • 2 or auto channels with two tracks with one channel each: One track with two channels

                        • 2 or auto channels with one track with two channels: One track with two channels

                        • 2 channels with one track with multiple channels: One track with two channels

                        • auto channels with one track with one channel: One track with one channel

                        • auto channels with one track with multiple channels: One track with multiple channels

                        When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                        The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                        • 0 channels with any input: Audio omitted from the output

                        • 1, 2, or auto channels with no audio input: Audio omitted from the output

                        • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                        • 2 channels with one track with one channel: Two tracks with one identical channel each

                        • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                        • 2 or auto channels with one track with two channels: Two tracks with one channel each

                        • 2 channels with one track with multiple channels: Two tracks with one channel each

                        • auto channels with one track with one channel: One track with one channel

                        • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                        When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                        The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                        • 0 channels with any input: Audio omitted from the output

                        • 1, 2, or auto channels with no audio input: Audio omitted from the output

                        • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                        • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                        • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                        • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                        • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                        • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                        • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                        \n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                        The following values are valid:

                        SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                        When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                        The outputs of SingleTrack for a specific channel value and inputs are as follows:

                        • 0 channels with any input: Audio omitted from the output

                        • 1, 2, or auto channels with no audio input: Audio omitted from the output

                        • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                        • 2 channels with one track with one channel: One track with two identical channels

                        • 2 or auto channels with two tracks with one channel each: One track with two channels

                        • 2 or auto channels with one track with two channels: One track with two channels

                        • 2 channels with one track with multiple channels: One track with two channels

                        • auto channels with one track with one channel: One track with one channel

                        • auto channels with one track with multiple channels: One track with multiple channels

                        When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                        The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                        • 0 channels with any input: Audio omitted from the output

                        • 1, 2, or auto channels with no audio input: Audio omitted from the output

                        • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                        • 2 channels with one track with one channel: Two tracks with one identical channel each

                        • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                        • 2 or auto channels with one track with two channels: Two tracks with one channel each

                        • 2 channels with one track with multiple channels: Two tracks with one channel each

                        • auto channels with one track with one channel: One track with one channel

                        • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                        When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                        The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                        • 0 channels with any input: Audio omitted from the output

                        • 1, 2, or auto channels with no audio input: Audio omitted from the output

                        • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                        • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                        • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                        • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                        • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                        • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                        • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                        • ", "setterMethodName" : "setAudioPackingMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "audioPackingMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "audioPackingMode", "variableType" : "String", "documentation" : "

                          The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                          The following values are valid:

                          SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                          When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                          The outputs of SingleTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: One track with two identical channels

                          • 2 or auto channels with two tracks with one channel each: One track with two channels

                          • 2 or auto channels with one track with two channels: One track with two channels

                          • 2 channels with one track with multiple channels: One track with two channels

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: One track with multiple channels

                          When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                          The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: Two tracks with one identical channel each

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each

                          • 2 channels with one track with multiple channels: Two tracks with one channel each

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                          When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                          The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                          • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                          • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                          • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCodecOptions", "beanStyleSetterMethodName" : "setCodecOptions", "c2jName" : "CodecOptions", "c2jShape" : "AudioCodecOptions", "defaultConsumerFluentSetterDocumentation" : "

                          If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

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

                          If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codecOptions", "fluentSetterDocumentation" : "

                          If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                          \n@param codecOptions If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codecOptions", "getterDocumentation" : "

                          If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                          \n@return If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.", "getterModel" : { "returnType" : "AudioCodecOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodecOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodecOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CodecOptions", "setterDocumentation" : "

                          If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                          \n@param codecOptions If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.", "setterMethodName" : "setCodecOptions", "setterModel" : { "variableDeclarationType" : "AudioCodecOptions", "variableName" : "codecOptions", "variableType" : "AudioCodecOptions", "documentation" : null, "simpleType" : "AudioCodecOptions", "variableSetterType" : "AudioCodecOptions" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioCodecOptions", "variableName" : "codecOptions", "variableType" : "AudioCodecOptions", "documentation" : "

                          If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                          auto, AAC-LC, HE-AAC, HE-AACv2

                          If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                          ", "simpleType" : "AudioCodecOptions", "variableSetterType" : "AudioCodecOptions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AudioPackingMode" : { "beanStyleGetterMethodName" : "getAudioPackingMode", "beanStyleSetterMethodName" : "setAudioPackingMode", "c2jName" : "AudioPackingMode", "c2jShape" : "AudioPackingMode", "defaultConsumerFluentSetterDocumentation" : "

                          The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                          The following values are valid:

                          SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                          When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                          The outputs of SingleTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: One track with two identical channels

                          • 2 or auto channels with two tracks with one channel each: One track with two channels

                          • 2 or auto channels with one track with two channels: One track with two channels

                          • 2 channels with one track with multiple channels: One track with two channels

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: One track with multiple channels

                          When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                          The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: Two tracks with one identical channel each

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each

                          • 2 channels with one track with multiple channels: Two tracks with one channel each

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                          When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                          The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                          • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                          • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                          • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

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

                          The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                          The following values are valid:

                          SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                          When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                          The outputs of SingleTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: One track with two identical channels

                          • 2 or auto channels with two tracks with one channel each: One track with two channels

                          • 2 or auto channels with one track with two channels: One track with two channels

                          • 2 channels with one track with multiple channels: One track with two channels

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: One track with multiple channels

                          When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                          The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: Two tracks with one identical channel each

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each

                          • 2 channels with one track with multiple channels: Two tracks with one channel each

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                          When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                          The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                          • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                          • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                          • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audioPackingMode", "fluentSetterDocumentation" : "

                          The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                          The following values are valid:

                          SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                          When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                          The outputs of SingleTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: One track with two identical channels

                          • 2 or auto channels with two tracks with one channel each: One track with two channels

                          • 2 or auto channels with one track with two channels: One track with two channels

                          • 2 channels with one track with multiple channels: One track with two channels

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: One track with multiple channels

                          When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                          The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: Two tracks with one identical channel each

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each

                          • 2 channels with one track with multiple channels: Two tracks with one channel each

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                          When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                          The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                          • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                          • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                          • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                          \n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                          The following values are valid:

                          SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                          When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                          The outputs of SingleTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: One track with two identical channels

                          • 2 or auto channels with two tracks with one channel each: One track with two channels

                          • 2 or auto channels with one track with two channels: One track with two channels

                          • 2 channels with one track with multiple channels: One track with two channels

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: One track with multiple channels

                          When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                          The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                          • 2 channels with one track with one channel: Two tracks with one identical channel each

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each

                          • 2 channels with one track with multiple channels: Two tracks with one channel each

                          • auto channels with one track with one channel: One track with one channel

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                          When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                          The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                          • 0 channels with any input: Audio omitted from the output

                          • 1, 2, or auto channels with no audio input: Audio omitted from the output

                          • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                          • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                          • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                          • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                          • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                          • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                          • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audioPackingMode", "getterDocumentation" : "

                            The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                            The following values are valid:

                            SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                            When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                            The outputs of SingleTrack for a specific channel value and inputs are as follows:

                            • 0 channels with any input: Audio omitted from the output

                            • 1, 2, or auto channels with no audio input: Audio omitted from the output

                            • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                            • 2 channels with one track with one channel: One track with two identical channels

                            • 2 or auto channels with two tracks with one channel each: One track with two channels

                            • 2 or auto channels with one track with two channels: One track with two channels

                            • 2 channels with one track with multiple channels: One track with two channels

                            • auto channels with one track with one channel: One track with one channel

                            • auto channels with one track with multiple channels: One track with multiple channels

                            When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                            The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                            • 0 channels with any input: Audio omitted from the output

                            • 1, 2, or auto channels with no audio input: Audio omitted from the output

                            • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                            • 2 channels with one track with one channel: Two tracks with one identical channel each

                            • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                            • 2 or auto channels with one track with two channels: Two tracks with one channel each

                            • 2 channels with one track with multiple channels: Two tracks with one channel each

                            • auto channels with one track with one channel: One track with one channel

                            • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                            When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                            The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                            • 0 channels with any input: Audio omitted from the output

                            • 1, 2, or auto channels with no audio input: Audio omitted from the output

                            • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                            • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                            • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                            • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                            • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                            • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                            • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                            \n@return The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                            The following values are valid:

                            SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                            When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                            The outputs of SingleTrack for a specific channel value and inputs are as follows:

                            • 0 channels with any input: Audio omitted from the output

                            • 1, 2, or auto channels with no audio input: Audio omitted from the output

                            • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                            • 2 channels with one track with one channel: One track with two identical channels

                            • 2 or auto channels with two tracks with one channel each: One track with two channels

                            • 2 or auto channels with one track with two channels: One track with two channels

                            • 2 channels with one track with multiple channels: One track with two channels

                            • auto channels with one track with one channel: One track with one channel

                            • auto channels with one track with multiple channels: One track with multiple channels

                            When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                            The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                            • 0 channels with any input: Audio omitted from the output

                            • 1, 2, or auto channels with no audio input: Audio omitted from the output

                            • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                            • 2 channels with one track with one channel: Two tracks with one identical channel each

                            • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                            • 2 or auto channels with one track with two channels: Two tracks with one channel each

                            • 2 channels with one track with multiple channels: Two tracks with one channel each

                            • auto channels with one track with one channel: One track with one channel

                            • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                            When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                            The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                            • 0 channels with any input: Audio omitted from the output

                            • 1, 2, or auto channels with no audio input: Audio omitted from the output

                            • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                            • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                            • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                            • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                            • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                            • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                            • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AudioPackingMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AudioPackingMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AudioPackingMode", "setterDocumentation" : "

                              The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                              The following values are valid:

                              SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                              When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                              The outputs of SingleTrack for a specific channel value and inputs are as follows:

                              • 0 channels with any input: Audio omitted from the output

                              • 1, 2, or auto channels with no audio input: Audio omitted from the output

                              • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                              • 2 channels with one track with one channel: One track with two identical channels

                              • 2 or auto channels with two tracks with one channel each: One track with two channels

                              • 2 or auto channels with one track with two channels: One track with two channels

                              • 2 channels with one track with multiple channels: One track with two channels

                              • auto channels with one track with one channel: One track with one channel

                              • auto channels with one track with multiple channels: One track with multiple channels

                              When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                              The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                              • 0 channels with any input: Audio omitted from the output

                              • 1, 2, or auto channels with no audio input: Audio omitted from the output

                              • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                              • 2 channels with one track with one channel: Two tracks with one identical channel each

                              • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                              • 2 or auto channels with one track with two channels: Two tracks with one channel each

                              • 2 channels with one track with multiple channels: Two tracks with one channel each

                              • auto channels with one track with one channel: One track with one channel

                              • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                              When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                              The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                              • 0 channels with any input: Audio omitted from the output

                              • 1, 2, or auto channels with no audio input: Audio omitted from the output

                              • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                              • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                              • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                              • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                              • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                              • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                              • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                              \n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                              The following values are valid:

                              SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                              When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                              The outputs of SingleTrack for a specific channel value and inputs are as follows:

                              • 0 channels with any input: Audio omitted from the output

                              • 1, 2, or auto channels with no audio input: Audio omitted from the output

                              • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                              • 2 channels with one track with one channel: One track with two identical channels

                              • 2 or auto channels with two tracks with one channel each: One track with two channels

                              • 2 or auto channels with one track with two channels: One track with two channels

                              • 2 channels with one track with multiple channels: One track with two channels

                              • auto channels with one track with one channel: One track with one channel

                              • auto channels with one track with multiple channels: One track with multiple channels

                              When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                              The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                              • 0 channels with any input: Audio omitted from the output

                              • 1, 2, or auto channels with no audio input: Audio omitted from the output

                              • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                              • 2 channels with one track with one channel: Two tracks with one identical channel each

                              • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                              • 2 or auto channels with one track with two channels: Two tracks with one channel each

                              • 2 channels with one track with multiple channels: Two tracks with one channel each

                              • auto channels with one track with one channel: One track with one channel

                              • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                              When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                              The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                              • 0 channels with any input: Audio omitted from the output

                              • 1, 2, or auto channels with no audio input: Audio omitted from the output

                              • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                              • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                              • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                              • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                              • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                              • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                              • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                              • ", "setterMethodName" : "setAudioPackingMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "audioPackingMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "audioPackingMode", "variableType" : "String", "documentation" : "

                                The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                The following values are valid:

                                SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: One track with two identical channels

                                • 2 or auto channels with two tracks with one channel each: One track with two channels

                                • 2 or auto channels with one track with two channels: One track with two channels

                                • 2 channels with one track with multiple channels: One track with two channels

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: One track with multiple channels

                                When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: Two tracks with one identical channel each

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                • 2 channels with one track with multiple channels: Two tracks with one channel each

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BitRate" : { "beanStyleGetterMethodName" : "getBitRate", "beanStyleSetterMethodName" : "setBitRate", "c2jName" : "BitRate", "c2jShape" : "AudioBitRate", "defaultConsumerFluentSetterDocumentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

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

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitRate", "fluentSetterDocumentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                \n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitRate", "getterDocumentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                \n@return The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitRate", "setterDocumentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                \n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.", "setterMethodName" : "setBitRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Channels" : { "beanStyleGetterMethodName" : "getChannels", "beanStyleSetterMethodName" : "setChannels", "c2jName" : "Channels", "c2jShape" : "AudioChannels", "defaultConsumerFluentSetterDocumentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

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

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channels", "fluentSetterDocumentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                \n@param channels The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channels", "getterDocumentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                \n@return The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Channels", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Channels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Channels", "setterDocumentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                \n@param channels The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.", "setterMethodName" : "setChannels", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channels", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "channels", "variableType" : "String", "documentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Codec" : { "beanStyleGetterMethodName" : "getCodec", "beanStyleSetterMethodName" : "setCodec", "c2jName" : "Codec", "c2jShape" : "AudioCodec", "defaultConsumerFluentSetterDocumentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

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

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codec", "fluentSetterDocumentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                \n@param codec The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codec", "getterDocumentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                \n@return The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Codec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Codec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Codec", "setterDocumentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                \n@param codec The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.", "setterMethodName" : "setCodec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CodecOptions" : { "beanStyleGetterMethodName" : "getCodecOptions", "beanStyleSetterMethodName" : "setCodecOptions", "c2jName" : "CodecOptions", "c2jShape" : "AudioCodecOptions", "defaultConsumerFluentSetterDocumentation" : "

                                If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

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

                                If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codecOptions", "fluentSetterDocumentation" : "

                                If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                \n@param codecOptions If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codecOptions", "getterDocumentation" : "

                                If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                \n@return If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.", "getterModel" : { "returnType" : "AudioCodecOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodecOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodecOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CodecOptions", "setterDocumentation" : "

                                If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                \n@param codecOptions If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.", "setterMethodName" : "setCodecOptions", "setterModel" : { "variableDeclarationType" : "AudioCodecOptions", "variableName" : "codecOptions", "variableType" : "AudioCodecOptions", "documentation" : null, "simpleType" : "AudioCodecOptions", "variableSetterType" : "AudioCodecOptions" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioCodecOptions", "variableName" : "codecOptions", "variableType" : "AudioCodecOptions", "documentation" : "

                                If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                auto, AAC-LC, HE-AAC, HE-AACv2

                                If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                ", "simpleType" : "AudioCodecOptions", "variableSetterType" : "AudioCodecOptions" }, "xmlNameSpaceUri" : null }, "SampleRate" : { "beanStyleGetterMethodName" : "getSampleRate", "beanStyleSetterMethodName" : "setSampleRate", "c2jName" : "SampleRate", "c2jShape" : "AudioSampleRate", "defaultConsumerFluentSetterDocumentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

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

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sampleRate", "fluentSetterDocumentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                \n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sampleRate", "getterDocumentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                \n@return The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SampleRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SampleRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SampleRate", "setterDocumentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                \n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.", "setterMethodName" : "setSampleRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCodec", "beanStyleSetterMethodName" : "setCodec", "c2jName" : "Codec", "c2jShape" : "AudioCodec", "defaultConsumerFluentSetterDocumentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

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

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codec", "fluentSetterDocumentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                \n@param codec The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codec", "getterDocumentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                \n@return The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Codec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Codec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Codec", "setterDocumentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                \n@param codec The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.", "setterMethodName" : "setCodec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : "

                                The audio codec for the output file. Valid values include aac, flac, mp2, mp3, pcm, and vorbis.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSampleRate", "beanStyleSetterMethodName" : "setSampleRate", "c2jName" : "SampleRate", "c2jShape" : "AudioSampleRate", "defaultConsumerFluentSetterDocumentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

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

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sampleRate", "fluentSetterDocumentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                \n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sampleRate", "getterDocumentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                \n@return The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SampleRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SampleRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SampleRate", "setterDocumentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                \n@param sampleRate The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.", "setterMethodName" : "setSampleRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : "

                                The sample rate of the audio stream in the output file, in Hertz. Valid values include:

                                auto, 22050, 32000, 44100, 48000, 96000

                                If you specify auto, Elastic Transcoder automatically detects the sample rate.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBitRate", "beanStyleSetterMethodName" : "setBitRate", "c2jName" : "BitRate", "c2jShape" : "AudioBitRate", "defaultConsumerFluentSetterDocumentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

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

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitRate", "fluentSetterDocumentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                \n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitRate", "getterDocumentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                \n@return The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitRate", "setterDocumentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                \n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.", "setterMethodName" : "setBitRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : "

                                The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getChannels", "beanStyleSetterMethodName" : "setChannels", "c2jName" : "Channels", "c2jShape" : "AudioChannels", "defaultConsumerFluentSetterDocumentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

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

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "channels", "fluentSetterDocumentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                \n@param channels The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "channels", "getterDocumentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                \n@return The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Channels", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Channels", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Channels", "setterDocumentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                \n@param channels The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.", "setterMethodName" : "setChannels", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "channels", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "channels", "variableType" : "String", "documentation" : "

                                The number of audio channels in the output file. The following values are valid:

                                auto, 0, 1, 2

                                One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto.

                                The output of a specific channel value and inputs are as follows:

                                • auto channel specified, with any input: Pass through up to eight input channels.

                                • 0 channels specified, with any input: Audio omitted from the output.

                                • 1 channel specified, with at least one input channel: Mono sound.

                                • 2 channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, see Audio:AudioPackingMode.

                                For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode.

                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAudioPackingMode", "beanStyleSetterMethodName" : "setAudioPackingMode", "c2jName" : "AudioPackingMode", "c2jShape" : "AudioPackingMode", "defaultConsumerFluentSetterDocumentation" : "

                                The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                The following values are valid:

                                SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: One track with two identical channels

                                • 2 or auto channels with two tracks with one channel each: One track with two channels

                                • 2 or auto channels with one track with two channels: One track with two channels

                                • 2 channels with one track with multiple channels: One track with two channels

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: One track with multiple channels

                                When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: Two tracks with one identical channel each

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                • 2 channels with one track with multiple channels: Two tracks with one channel each

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

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

                                The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                The following values are valid:

                                SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: One track with two identical channels

                                • 2 or auto channels with two tracks with one channel each: One track with two channels

                                • 2 or auto channels with one track with two channels: One track with two channels

                                • 2 channels with one track with multiple channels: One track with two channels

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: One track with multiple channels

                                When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: Two tracks with one identical channel each

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                • 2 channels with one track with multiple channels: Two tracks with one channel each

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audioPackingMode", "fluentSetterDocumentation" : "

                                The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                The following values are valid:

                                SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: One track with two identical channels

                                • 2 or auto channels with two tracks with one channel each: One track with two channels

                                • 2 or auto channels with one track with two channels: One track with two channels

                                • 2 channels with one track with multiple channels: One track with two channels

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: One track with multiple channels

                                When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: Two tracks with one identical channel each

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                • 2 channels with one track with multiple channels: Two tracks with one channel each

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                \n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                The following values are valid:

                                SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: One track with two identical channels

                                • 2 or auto channels with two tracks with one channel each: One track with two channels

                                • 2 or auto channels with one track with two channels: One track with two channels

                                • 2 channels with one track with multiple channels: One track with two channels

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: One track with multiple channels

                                When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                • 2 channels with one track with one channel: Two tracks with one identical channel each

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                • 2 channels with one track with multiple channels: Two tracks with one channel each

                                • auto channels with one track with one channel: One track with one channel

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                • 0 channels with any input: Audio omitted from the output

                                • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audioPackingMode", "getterDocumentation" : "

                                  The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                  The following values are valid:

                                  SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                  When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                  The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                  • 0 channels with any input: Audio omitted from the output

                                  • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                  • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                  • 2 channels with one track with one channel: One track with two identical channels

                                  • 2 or auto channels with two tracks with one channel each: One track with two channels

                                  • 2 or auto channels with one track with two channels: One track with two channels

                                  • 2 channels with one track with multiple channels: One track with two channels

                                  • auto channels with one track with one channel: One track with one channel

                                  • auto channels with one track with multiple channels: One track with multiple channels

                                  When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                  The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                  • 0 channels with any input: Audio omitted from the output

                                  • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                  • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                  • 2 channels with one track with one channel: Two tracks with one identical channel each

                                  • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                  • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                  • 2 channels with one track with multiple channels: Two tracks with one channel each

                                  • auto channels with one track with one channel: One track with one channel

                                  • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                  When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                  The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                  • 0 channels with any input: Audio omitted from the output

                                  • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                  • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                  • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                  • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                  • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                  • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                  • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                  • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                  \n@return The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                  The following values are valid:

                                  SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                  When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                  The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                  • 0 channels with any input: Audio omitted from the output

                                  • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                  • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                  • 2 channels with one track with one channel: One track with two identical channels

                                  • 2 or auto channels with two tracks with one channel each: One track with two channels

                                  • 2 or auto channels with one track with two channels: One track with two channels

                                  • 2 channels with one track with multiple channels: One track with two channels

                                  • auto channels with one track with one channel: One track with one channel

                                  • auto channels with one track with multiple channels: One track with multiple channels

                                  When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                  The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                  • 0 channels with any input: Audio omitted from the output

                                  • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                  • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                  • 2 channels with one track with one channel: Two tracks with one identical channel each

                                  • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                  • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                  • 2 channels with one track with multiple channels: Two tracks with one channel each

                                  • auto channels with one track with one channel: One track with one channel

                                  • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                  When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                  The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                  • 0 channels with any input: Audio omitted from the output

                                  • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                  • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                  • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                  • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                  • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                  • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                  • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                  • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AudioPackingMode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AudioPackingMode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AudioPackingMode", "setterDocumentation" : "

                                    The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                    The following values are valid:

                                    SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                    When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                    The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                    • 0 channels with any input: Audio omitted from the output

                                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                    • 2 channels with one track with one channel: One track with two identical channels

                                    • 2 or auto channels with two tracks with one channel each: One track with two channels

                                    • 2 or auto channels with one track with two channels: One track with two channels

                                    • 2 channels with one track with multiple channels: One track with two channels

                                    • auto channels with one track with one channel: One track with one channel

                                    • auto channels with one track with multiple channels: One track with multiple channels

                                    When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                    The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                    • 0 channels with any input: Audio omitted from the output

                                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                    • 2 channels with one track with one channel: Two tracks with one identical channel each

                                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                    • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                    • 2 channels with one track with multiple channels: Two tracks with one channel each

                                    • auto channels with one track with one channel: One track with one channel

                                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                    When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                    The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                    • 0 channels with any input: Audio omitted from the output

                                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                    • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                    • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                    • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                    • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                    \n@param audioPackingMode The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                    The following values are valid:

                                    SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                    When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                    The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                    • 0 channels with any input: Audio omitted from the output

                                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                    • 2 channels with one track with one channel: One track with two identical channels

                                    • 2 or auto channels with two tracks with one channel each: One track with two channels

                                    • 2 or auto channels with one track with two channels: One track with two channels

                                    • 2 channels with one track with multiple channels: One track with two channels

                                    • auto channels with one track with one channel: One track with one channel

                                    • auto channels with one track with multiple channels: One track with multiple channels

                                    When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                    The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                    • 0 channels with any input: Audio omitted from the output

                                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                    • 2 channels with one track with one channel: Two tracks with one identical channel each

                                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                    • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                    • 2 channels with one track with multiple channels: Two tracks with one channel each

                                    • auto channels with one track with one channel: One track with one channel

                                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                    When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                    The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                    • 0 channels with any input: Audio omitted from the output

                                    • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                    • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                    • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                    • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                    • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                    • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                    • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                    • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                    • ", "setterMethodName" : "setAudioPackingMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "audioPackingMode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "audioPackingMode", "variableType" : "String", "documentation" : "

                                      The method of organizing audio channels and tracks. Use Audio:Channels to specify the number of channels in your output, and Audio:AudioPackingMode to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode, Elastic Transcoder uses SingleTrack.

                                      The following values are valid:

                                      SingleTrack, OneChannelPerTrack, and OneChannelPerTrackWithMosTo8Tracks

                                      When you specify SingleTrack, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack for all non-mxf containers.

                                      The outputs of SingleTrack for a specific channel value and inputs are as follows:

                                      • 0 channels with any input: Audio omitted from the output

                                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                      • 2 channels with one track with one channel: One track with two identical channels

                                      • 2 or auto channels with two tracks with one channel each: One track with two channels

                                      • 2 or auto channels with one track with two channels: One track with two channels

                                      • 2 channels with one track with multiple channels: One track with two channels

                                      • auto channels with one track with one channel: One track with one channel

                                      • auto channels with one track with multiple channels: One track with multiple channels

                                      When you specify OneChannelPerTrack, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.

                                      The outputs of OneChannelPerTrack for a specific channel value and inputs are as follows:

                                      • 0 channels with any input: Audio omitted from the output

                                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary

                                      • 2 channels with one track with one channel: Two tracks with one identical channel each

                                      • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each

                                      • 2 or auto channels with one track with two channels: Two tracks with one channel each

                                      • 2 channels with one track with multiple channels: Two tracks with one channel each

                                      • auto channels with one track with one channel: One track with one channel

                                      • auto channels with one track with multiple channels: Up to eight tracks with one channel each

                                      When you specify OneChannelPerTrackWithMosTo8Tracks, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.

                                      The outputs of OneChannelPerTrackWithMosTo8Tracks for a specific channel value and inputs are as follows:

                                      • 0 channels with any input: Audio omitted from the output

                                      • 1, 2, or auto channels with no audio input: Audio omitted from the output

                                      • 1 channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks

                                      • 2 channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks

                                      • 2 or auto channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks

                                      • 2 or auto channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks

                                      • 2 channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracks

                                      • auto channels with one track with one channel: One track with one channel, plus seven MOS tracks

                                      • auto channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCodecOptions", "beanStyleSetterMethodName" : "setCodecOptions", "c2jName" : "CodecOptions", "c2jShape" : "AudioCodecOptions", "defaultConsumerFluentSetterDocumentation" : "

                                      If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

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

                                      If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codecOptions", "fluentSetterDocumentation" : "

                                      If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                      \n@param codecOptions If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codecOptions", "getterDocumentation" : "

                                      If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                      \n@return If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.", "getterModel" : { "returnType" : "AudioCodecOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodecOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodecOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "CodecOptions", "setterDocumentation" : "

                                      If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                      \n@param codecOptions If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.", "setterMethodName" : "setCodecOptions", "setterModel" : { "variableDeclarationType" : "AudioCodecOptions", "variableName" : "codecOptions", "variableType" : "AudioCodecOptions", "documentation" : null, "simpleType" : "AudioCodecOptions", "variableSetterType" : "AudioCodecOptions" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioCodecOptions", "variableName" : "codecOptions", "variableType" : "AudioCodecOptions", "documentation" : "

                                      If you specified AAC for Audio:Codec, this is the AAC compression profile to use. Valid values include:

                                      auto, AAC-LC, HE-AAC, HE-AACv2

                                      If you specify auto, Elastic Transcoder chooses a profile based on the bit rate of the output file.

                                      ", "simpleType" : "AudioCodecOptions", "variableSetterType" : "AudioCodecOptions" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AudioParameters", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audioParameters", "variableType" : "AudioParameters", "documentation" : null, "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "wrapper" : false }, "CancelJobRequest" : { "c2jName" : "CancelJobRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The CancelJobRequest structure.

                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CancelJob", "locationName" : null, "requestUri" : "/2012-09-25/jobs/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@param id The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@return The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@param id The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.", "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" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@param id The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@return The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@param id The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.", "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" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@param id The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@return The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      \n@param id The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.", "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" : "

                                      The identifier of the job that you want to cancel.

                                      To get a list of the jobs (including their jobId) that have a status of Submitted, use the ListJobsByStatus API action.

                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "CancelJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CancelJobRequest", "variableName" : "cancelJobRequest", "variableType" : "CancelJobRequest", "documentation" : null, "simpleType" : "CancelJobRequest", "variableSetterType" : "CancelJobRequest" }, "wrapper" : false }, "CancelJobResponse" : { "c2jName" : "CancelJobResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                      The response body contains a JSON object. If the job is successfully canceled, the value of Success is true.

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

                                      The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "CaptionFormatFormat", "defaultConsumerFluentSetterDocumentation" : "

                                      The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                      • Valid Embedded Caption Formats:

                                        • for FLAC: None

                                        • For MP3: None

                                        • For MP4: mov-text

                                        • For MPEG-TS: None

                                        • For ogg: None

                                        • For webm: None

                                      • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                        • For FMP4: dfxp

                                        • Non-FMP4 outputs: All sidecar types

                                        fmp4 captions have an extension of .ismt

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

                                      The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                      • Valid Embedded Caption Formats:

                                        • for FLAC: None

                                        • For MP3: None

                                        • For MP4: mov-text

                                        • For MPEG-TS: None

                                        • For ogg: None

                                        • For webm: None

                                      • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                        • For FMP4: dfxp

                                        • Non-FMP4 outputs: All sidecar types

                                        fmp4 captions have an extension of .ismt

                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                      The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                      • Valid Embedded Caption Formats:

                                        • for FLAC: None

                                        • For MP3: None

                                        • For MP4: mov-text

                                        • For MPEG-TS: None

                                        • For ogg: None

                                        • For webm: None

                                      • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                        • For FMP4: dfxp

                                        • Non-FMP4 outputs: All sidecar types

                                        fmp4 captions have an extension of .ismt

                                      \n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                      • Valid Embedded Caption Formats:

                                        • for FLAC: None

                                        • For MP3: None

                                        • For MP4: mov-text

                                        • For MPEG-TS: None

                                        • For ogg: None

                                        • For webm: None

                                      • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                        • For FMP4: dfxp

                                        • Non-FMP4 outputs: All sidecar types

                                        fmp4 captions have an extension of .ismt

                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                        The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                        • Valid Embedded Caption Formats:

                                          • for FLAC: None

                                          • For MP3: None

                                          • For MP4: mov-text

                                          • For MPEG-TS: None

                                          • For ogg: None

                                          • For webm: None

                                        • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                          • For FMP4: dfxp

                                          • Non-FMP4 outputs: All sidecar types

                                          fmp4 captions have an extension of .ismt

                                        \n@return The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                        • Valid Embedded Caption Formats:

                                          • for FLAC: None

                                          • For MP3: None

                                          • For MP4: mov-text

                                          • For MPEG-TS: None

                                          • For ogg: None

                                          • For webm: None

                                        • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                          • For FMP4: dfxp

                                          • Non-FMP4 outputs: All sidecar types

                                          fmp4 captions have an extension of .ismt

                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                          The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                          • Valid Embedded Caption Formats:

                                            • for FLAC: None

                                            • For MP3: None

                                            • For MP4: mov-text

                                            • For MPEG-TS: None

                                            • For ogg: None

                                            • For webm: None

                                          • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                            • For FMP4: dfxp

                                            • Non-FMP4 outputs: All sidecar types

                                            fmp4 captions have an extension of .ismt

                                          \n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                          • Valid Embedded Caption Formats:

                                            • for FLAC: None

                                            • For MP3: None

                                            • For MP4: mov-text

                                            • For MPEG-TS: None

                                            • For ogg: None

                                            • For webm: None

                                          • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                            • For FMP4: dfxp

                                            • Non-FMP4 outputs: All sidecar types

                                            fmp4 captions have an extension of .ismt

                                          • ", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                            The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                            • Valid Embedded Caption Formats:

                                              • for FLAC: None

                                              • For MP3: None

                                              • For MP4: mov-text

                                              • For MPEG-TS: None

                                              • For ogg: None

                                              • For webm: None

                                            • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                              • For FMP4: dfxp

                                              • Non-FMP4 outputs: All sidecar types

                                              fmp4 captions have an extension of .ismt

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "CaptionFormatPattern", "defaultConsumerFluentSetterDocumentation" : "

                                            The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

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

                                            The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                            The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                            \n@param pattern The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                            The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                            \n@return The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Pattern", "setterDocumentation" : "

                                            The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                            \n@param pattern The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                            The prefix for caption filenames, in the form description-{language}, where:

                                            • description is a description of the video.

                                            • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                            If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                            For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

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

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Encryption" : { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

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

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                            The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                            ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "Format" : { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "CaptionFormatFormat", "defaultConsumerFluentSetterDocumentation" : "

                                            The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                            • Valid Embedded Caption Formats:

                                              • for FLAC: None

                                              • For MP3: None

                                              • For MP4: mov-text

                                              • For MPEG-TS: None

                                              • For ogg: None

                                              • For webm: None

                                            • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                              • For FMP4: dfxp

                                              • Non-FMP4 outputs: All sidecar types

                                              fmp4 captions have an extension of .ismt

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

                                            The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                            • Valid Embedded Caption Formats:

                                              • for FLAC: None

                                              • For MP3: None

                                              • For MP4: mov-text

                                              • For MPEG-TS: None

                                              • For ogg: None

                                              • For webm: None

                                            • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                              • For FMP4: dfxp

                                              • Non-FMP4 outputs: All sidecar types

                                              fmp4 captions have an extension of .ismt

                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                            The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                            • Valid Embedded Caption Formats:

                                              • for FLAC: None

                                              • For MP3: None

                                              • For MP4: mov-text

                                              • For MPEG-TS: None

                                              • For ogg: None

                                              • For webm: None

                                            • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                              • For FMP4: dfxp

                                              • Non-FMP4 outputs: All sidecar types

                                              fmp4 captions have an extension of .ismt

                                            \n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                            • Valid Embedded Caption Formats:

                                              • for FLAC: None

                                              • For MP3: None

                                              • For MP4: mov-text

                                              • For MPEG-TS: None

                                              • For ogg: None

                                              • For webm: None

                                            • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                              • For FMP4: dfxp

                                              • Non-FMP4 outputs: All sidecar types

                                              fmp4 captions have an extension of .ismt

                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                              The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                              • Valid Embedded Caption Formats:

                                                • for FLAC: None

                                                • For MP3: None

                                                • For MP4: mov-text

                                                • For MPEG-TS: None

                                                • For ogg: None

                                                • For webm: None

                                              • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                • For FMP4: dfxp

                                                • Non-FMP4 outputs: All sidecar types

                                                fmp4 captions have an extension of .ismt

                                              \n@return The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                              • Valid Embedded Caption Formats:

                                                • for FLAC: None

                                                • For MP3: None

                                                • For MP4: mov-text

                                                • For MPEG-TS: None

                                                • For ogg: None

                                                • For webm: None

                                              • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                • For FMP4: dfxp

                                                • Non-FMP4 outputs: All sidecar types

                                                fmp4 captions have an extension of .ismt

                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                • Valid Embedded Caption Formats:

                                                  • for FLAC: None

                                                  • For MP3: None

                                                  • For MP4: mov-text

                                                  • For MPEG-TS: None

                                                  • For ogg: None

                                                  • For webm: None

                                                • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                  • For FMP4: dfxp

                                                  • Non-FMP4 outputs: All sidecar types

                                                  fmp4 captions have an extension of .ismt

                                                \n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                • Valid Embedded Caption Formats:

                                                  • for FLAC: None

                                                  • For MP3: None

                                                  • For MP4: mov-text

                                                  • For MPEG-TS: None

                                                  • For ogg: None

                                                  • For webm: None

                                                • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                  • For FMP4: dfxp

                                                  • Non-FMP4 outputs: All sidecar types

                                                  fmp4 captions have an extension of .ismt

                                                • ", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                  The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                  • Valid Embedded Caption Formats:

                                                    • for FLAC: None

                                                    • For MP3: None

                                                    • For MP4: mov-text

                                                    • For MPEG-TS: None

                                                    • For ogg: None

                                                    • For webm: None

                                                  • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                    • For FMP4: dfxp

                                                    • Non-FMP4 outputs: All sidecar types

                                                    fmp4 captions have an extension of .ismt

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Pattern" : { "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "CaptionFormatPattern", "defaultConsumerFluentSetterDocumentation" : "

                                                  The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

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

                                                  The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                                  The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                  \n@param pattern The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                                  The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                  \n@return The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Pattern", "setterDocumentation" : "

                                                  The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                  \n@param pattern The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                                  The prefix for caption filenames, in the form description-{language}, where:

                                                  • description is a description of the video.

                                                  • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                  If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                  For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "CaptionFormatFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                  The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                  • Valid Embedded Caption Formats:

                                                    • for FLAC: None

                                                    • For MP3: None

                                                    • For MP4: mov-text

                                                    • For MPEG-TS: None

                                                    • For ogg: None

                                                    • For webm: None

                                                  • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                    • For FMP4: dfxp

                                                    • Non-FMP4 outputs: All sidecar types

                                                    fmp4 captions have an extension of .ismt

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

                                                  The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                  • Valid Embedded Caption Formats:

                                                    • for FLAC: None

                                                    • For MP3: None

                                                    • For MP4: mov-text

                                                    • For MPEG-TS: None

                                                    • For ogg: None

                                                    • For webm: None

                                                  • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                    • For FMP4: dfxp

                                                    • Non-FMP4 outputs: All sidecar types

                                                    fmp4 captions have an extension of .ismt

                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                  The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                  • Valid Embedded Caption Formats:

                                                    • for FLAC: None

                                                    • For MP3: None

                                                    • For MP4: mov-text

                                                    • For MPEG-TS: None

                                                    • For ogg: None

                                                    • For webm: None

                                                  • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                    • For FMP4: dfxp

                                                    • Non-FMP4 outputs: All sidecar types

                                                    fmp4 captions have an extension of .ismt

                                                  \n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                  • Valid Embedded Caption Formats:

                                                    • for FLAC: None

                                                    • For MP3: None

                                                    • For MP4: mov-text

                                                    • For MPEG-TS: None

                                                    • For ogg: None

                                                    • For webm: None

                                                  • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                    • For FMP4: dfxp

                                                    • Non-FMP4 outputs: All sidecar types

                                                    fmp4 captions have an extension of .ismt

                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                    The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                    • Valid Embedded Caption Formats:

                                                      • for FLAC: None

                                                      • For MP3: None

                                                      • For MP4: mov-text

                                                      • For MPEG-TS: None

                                                      • For ogg: None

                                                      • For webm: None

                                                    • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                      • For FMP4: dfxp

                                                      • Non-FMP4 outputs: All sidecar types

                                                      fmp4 captions have an extension of .ismt

                                                    \n@return The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                    • Valid Embedded Caption Formats:

                                                      • for FLAC: None

                                                      • For MP3: None

                                                      • For MP4: mov-text

                                                      • For MPEG-TS: None

                                                      • For ogg: None

                                                      • For webm: None

                                                    • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                      • For FMP4: dfxp

                                                      • Non-FMP4 outputs: All sidecar types

                                                      fmp4 captions have an extension of .ismt

                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                      The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                      • Valid Embedded Caption Formats:

                                                        • for FLAC: None

                                                        • For MP3: None

                                                        • For MP4: mov-text

                                                        • For MPEG-TS: None

                                                        • For ogg: None

                                                        • For webm: None

                                                      • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        • For FMP4: dfxp

                                                        • Non-FMP4 outputs: All sidecar types

                                                        fmp4 captions have an extension of .ismt

                                                      \n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                      • Valid Embedded Caption Formats:

                                                        • for FLAC: None

                                                        • For MP3: None

                                                        • For MP4: mov-text

                                                        • For MPEG-TS: None

                                                        • For ogg: None

                                                        • For webm: None

                                                      • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        • For FMP4: dfxp

                                                        • Non-FMP4 outputs: All sidecar types

                                                        fmp4 captions have an extension of .ismt

                                                      • ", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                        The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.

                                                        • Valid Embedded Caption Formats:

                                                          • for FLAC: None

                                                          • For MP3: None

                                                          • For MP4: mov-text

                                                          • For MPEG-TS: None

                                                          • For ogg: None

                                                          • For webm: None

                                                        • Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                          • For FMP4: dfxp

                                                          • Non-FMP4 outputs: All sidecar types

                                                          fmp4 captions have an extension of .ismt

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPattern", "beanStyleSetterMethodName" : "setPattern", "c2jName" : "Pattern", "c2jShape" : "CaptionFormatPattern", "defaultConsumerFluentSetterDocumentation" : "

                                                        The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

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

                                                        The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pattern", "fluentSetterDocumentation" : "

                                                        The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                        \n@param pattern The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pattern", "getterDocumentation" : "

                                                        The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                        \n@return The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Pattern", "setterDocumentation" : "

                                                        The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                        \n@param pattern The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.", "setterMethodName" : "setPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pattern", "variableType" : "String", "documentation" : "

                                                        The prefix for caption filenames, in the form description-{language}, where:

                                                        • description is a description of the video.

                                                        • {language} is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.

                                                        If you don't include {language} in the file name pattern, Elastic Transcoder automatically appends \"{language}\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.

                                                        For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file is be Sydney-en-sunrise00000.srt.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

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

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                                        \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                                        \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                                        \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CaptionFormat", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CaptionFormat", "variableName" : "captionFormat", "variableType" : "CaptionFormat", "documentation" : null, "simpleType" : "CaptionFormat", "variableSetterType" : "CaptionFormat" }, "wrapper" : false }, "CaptionSource" : { "c2jName" : "CaptionSource", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        A source file for the input sidecar captions used during the transcoding process.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LongKey", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

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

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@return The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "Language", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

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

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@return A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Language", "setterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeOffset", "beanStyleSetterMethodName" : "setTimeOffset", "c2jName" : "TimeOffset", "c2jShape" : "TimeOffset", "defaultConsumerFluentSetterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

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

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeOffset", "fluentSetterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeOffset", "getterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@return For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TimeOffset", "setterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.", "setterMethodName" : "setTimeOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeOffset", "variableType" : "String", "documentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLabel", "beanStyleSetterMethodName" : "setLabel", "c2jName" : "Label", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

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

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "label", "fluentSetterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "label", "getterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@return The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Label", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Label", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Label", "setterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.", "setterMethodName" : "setLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

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

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@return The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Encryption" : { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

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

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@return The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LongKey", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

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

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@return The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Label" : { "beanStyleGetterMethodName" : "getLabel", "beanStyleSetterMethodName" : "setLabel", "c2jName" : "Label", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

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

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "label", "fluentSetterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "label", "getterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@return The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Label", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Label", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Label", "setterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.", "setterMethodName" : "setLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Language" : { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "Language", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

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

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@return A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Language", "setterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeOffset" : { "beanStyleGetterMethodName" : "getTimeOffset", "beanStyleSetterMethodName" : "setTimeOffset", "c2jName" : "TimeOffset", "c2jShape" : "TimeOffset", "defaultConsumerFluentSetterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

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

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeOffset", "fluentSetterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeOffset", "getterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@return For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TimeOffset", "setterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.", "setterMethodName" : "setTimeOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeOffset", "variableType" : "String", "documentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LongKey", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

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

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@return The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        \n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                        The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLanguage", "beanStyleSetterMethodName" : "setLanguage", "c2jName" : "Language", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

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

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "language", "fluentSetterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "language", "getterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@return A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Language", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Language", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Language", "setterDocumentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        \n@param language A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.", "setterMethodName" : "setLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "language", "variableType" : "String", "documentation" : "

                                                        A string that specifies the language of the caption. If you specified multiple inputs with captions, the caption language must match in order to be included in the output. Specify this as one of:

                                                        • 2-character ISO 639-1 code

                                                        • 3-character ISO 639-2 code

                                                        For more information on ISO language codes and language names, see the List of ISO 639-1 codes.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeOffset", "beanStyleSetterMethodName" : "setTimeOffset", "c2jName" : "TimeOffset", "c2jShape" : "TimeOffset", "defaultConsumerFluentSetterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

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

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeOffset", "fluentSetterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeOffset", "getterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@return For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "TimeOffset", "setterDocumentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        \n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.", "setterMethodName" : "setTimeOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "timeOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "timeOffset", "variableType" : "String", "documentation" : "

                                                        For clip generation or captions that do not start at the same time as the associated video file, the TimeOffset tells Elastic Transcoder how much of the video to encode before including captions.

                                                        Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLabel", "beanStyleSetterMethodName" : "setLabel", "c2jName" : "Label", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

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

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "label", "fluentSetterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "label", "getterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@return The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Label", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Label", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Label", "setterDocumentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        \n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.", "setterMethodName" : "setLabel", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "label", "variableType" : "String", "documentation" : "

                                                        The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

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

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@return The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        \n@param encryption The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                        The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want Elastic Transcoder to apply to your caption sources.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CaptionSource", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CaptionSource", "variableName" : "captionSource", "variableType" : "CaptionSource", "documentation" : null, "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "wrapper" : false }, "Captions" : { "c2jName" : "Captions", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The captions to be created, if any.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "CaptionMergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

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

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptionSources", "beanStyleSetterMethodName" : "setCaptionSources", "c2jName" : "CaptionSources", "c2jShape" : "CaptionSources", "defaultConsumerFluentSetterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \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 #captionSources(List)}.\n@param captionSources 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 #captionSources(List)", "deprecated" : true, "documentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionSources", "fluentSetterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionSources", "getterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n

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

                                                        \n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "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" : "CaptionSources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionSources", "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" : "CaptionSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionSource", "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" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : null, "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : "", "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionSource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionSource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionSources", "setterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "setterMethodName" : "setCaptionSources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptionFormats", "beanStyleSetterMethodName" : "setCaptionFormats", "c2jName" : "CaptionFormats", "c2jShape" : "CaptionFormats", "defaultConsumerFluentSetterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \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 #captionFormats(List)}.\n@param captionFormats 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 #captionFormats(List)", "deprecated" : false, "documentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionFormats", "fluentSetterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionFormats", "getterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n

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

                                                        \n@return The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.", "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" : "CaptionFormats", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionFormats", "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" : "CaptionFormat", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionFormat.Builder} avoiding the need to create one manually via {@link CaptionFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionFormat.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionFormat)}.\n@param member a consumer that will call methods on {@link CaptionFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionFormat)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionFormat", "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" : "CaptionFormat", "variableName" : "member", "variableType" : "CaptionFormat", "documentation" : null, "simpleType" : "CaptionFormat", "variableSetterType" : "CaptionFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionFormat", "variableName" : "member", "variableType" : "CaptionFormat", "documentation" : "", "simpleType" : "CaptionFormat", "variableSetterType" : "CaptionFormat" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionFormat", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionFormat", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionFormats", "setterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.", "setterMethodName" : "setCaptionFormats", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionFormats", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionFormats", "variableType" : "java.util.List", "documentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CaptionFormats" : { "beanStyleGetterMethodName" : "getCaptionFormats", "beanStyleSetterMethodName" : "setCaptionFormats", "c2jName" : "CaptionFormats", "c2jShape" : "CaptionFormats", "defaultConsumerFluentSetterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \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 #captionFormats(List)}.\n@param captionFormats 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 #captionFormats(List)", "deprecated" : false, "documentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionFormats", "fluentSetterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionFormats", "getterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n

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

                                                        \n@return The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.", "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" : "CaptionFormats", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionFormats", "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" : "CaptionFormat", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionFormat.Builder} avoiding the need to create one manually via {@link CaptionFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionFormat.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionFormat)}.\n@param member a consumer that will call methods on {@link CaptionFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionFormat)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionFormat", "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" : "CaptionFormat", "variableName" : "member", "variableType" : "CaptionFormat", "documentation" : null, "simpleType" : "CaptionFormat", "variableSetterType" : "CaptionFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionFormat", "variableName" : "member", "variableType" : "CaptionFormat", "documentation" : "", "simpleType" : "CaptionFormat", "variableSetterType" : "CaptionFormat" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionFormat", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionFormat", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionFormats", "setterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.", "setterMethodName" : "setCaptionFormats", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionFormats", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionFormats", "variableType" : "java.util.List", "documentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "CaptionSources" : { "beanStyleGetterMethodName" : "getCaptionSources", "beanStyleSetterMethodName" : "setCaptionSources", "c2jName" : "CaptionSources", "c2jShape" : "CaptionSources", "defaultConsumerFluentSetterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \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 #captionSources(List)}.\n@param captionSources 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 #captionSources(List)", "deprecated" : true, "documentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionSources", "fluentSetterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionSources", "getterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n

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

                                                        \n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "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" : "CaptionSources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionSources", "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" : "CaptionSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionSource", "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" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : null, "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : "", "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionSource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionSource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionSources", "setterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "setterMethodName" : "setCaptionSources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "MergePolicy" : { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "CaptionMergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

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

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "CaptionMergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

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

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                        A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                        • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                        • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                        • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                        MergePolicy cannot be null.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptionSources", "beanStyleSetterMethodName" : "setCaptionSources", "c2jName" : "CaptionSources", "c2jShape" : "CaptionSources", "defaultConsumerFluentSetterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \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 #captionSources(List)}.\n@param captionSources 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 #captionSources(List)", "deprecated" : true, "documentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionSources", "fluentSetterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionSources", "getterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n

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

                                                        \n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "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" : "CaptionSources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionSources", "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" : "CaptionSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionSource", "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" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : null, "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : "", "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionSource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionSource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionSources", "setterDocumentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "setterMethodName" : "setCaptionSources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : "

                                                        Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptionFormats", "beanStyleSetterMethodName" : "setCaptionFormats", "c2jName" : "CaptionFormats", "c2jShape" : "CaptionFormats", "defaultConsumerFluentSetterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \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 #captionFormats(List)}.\n@param captionFormats 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 #captionFormats(List)", "deprecated" : false, "documentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionFormats", "fluentSetterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionFormats", "getterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n

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

                                                        \n@return The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.", "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" : "CaptionFormats", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionFormats", "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" : "CaptionFormat", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionFormat.Builder} avoiding the need to create one manually via {@link CaptionFormat#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionFormat.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionFormat)}.\n@param member a consumer that will call methods on {@link CaptionFormat.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionFormat)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionFormat", "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" : "CaptionFormat", "variableName" : "member", "variableType" : "CaptionFormat", "documentation" : null, "simpleType" : "CaptionFormat", "variableSetterType" : "CaptionFormat" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionFormat", "variableName" : "member", "variableType" : "CaptionFormat", "documentation" : "", "simpleType" : "CaptionFormat", "variableSetterType" : "CaptionFormat" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionFormat", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionFormat", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionFormats", "setterDocumentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        \n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.", "setterMethodName" : "setCaptionFormats", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionFormats", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionFormats", "variableType" : "java.util.List", "documentation" : "

                                                        The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Captions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : null, "simpleType" : "Captions", "variableSetterType" : "Captions" }, "wrapper" : false }, "Clip" : { "c2jName" : "Clip", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : true, "documentation" : "

                                                        Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getTimeSpan", "beanStyleSetterMethodName" : "setTimeSpan", "c2jName" : "TimeSpan", "c2jShape" : "TimeSpan", "defaultConsumerFluentSetterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

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

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeSpan", "fluentSetterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@param timeSpan Settings that determine when a clip begins and how long it lasts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeSpan", "getterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@return Settings that determine when a clip begins and how long it lasts.", "getterModel" : { "returnType" : "TimeSpan", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeSpan", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeSpan", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "TimeSpan", "setterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@param timeSpan Settings that determine when a clip begins and how long it lasts.", "setterMethodName" : "setTimeSpan", "setterModel" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : null, "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "simple" : false, "variable" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        ", "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "TimeSpan" : { "beanStyleGetterMethodName" : "getTimeSpan", "beanStyleSetterMethodName" : "setTimeSpan", "c2jName" : "TimeSpan", "c2jShape" : "TimeSpan", "defaultConsumerFluentSetterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

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

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeSpan", "fluentSetterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@param timeSpan Settings that determine when a clip begins and how long it lasts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeSpan", "getterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@return Settings that determine when a clip begins and how long it lasts.", "getterModel" : { "returnType" : "TimeSpan", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeSpan", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeSpan", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "TimeSpan", "setterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@param timeSpan Settings that determine when a clip begins and how long it lasts.", "setterMethodName" : "setTimeSpan", "setterModel" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : null, "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "simple" : false, "variable" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        ", "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getTimeSpan", "beanStyleSetterMethodName" : "setTimeSpan", "c2jName" : "TimeSpan", "c2jShape" : "TimeSpan", "defaultConsumerFluentSetterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

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

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeSpan", "fluentSetterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@param timeSpan Settings that determine when a clip begins and how long it lasts.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeSpan", "getterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@return Settings that determine when a clip begins and how long it lasts.", "getterModel" : { "returnType" : "TimeSpan", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeSpan", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeSpan", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "TimeSpan", "setterDocumentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        \n@param timeSpan Settings that determine when a clip begins and how long it lasts.", "setterMethodName" : "setTimeSpan", "setterModel" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : null, "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "simple" : false, "variable" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : "

                                                        Settings that determine when a clip begins and how long it lasts.

                                                        ", "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Clip", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Clip", "variableName" : "clip", "variableType" : "Clip", "documentation" : null, "simpleType" : "Clip", "variableSetterType" : "Clip" }, "wrapper" : false }, "CreateJobOutput" : { "c2jName" : "CreateJobOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The CreateJobOutput structure.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

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

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailPattern", "beanStyleSetterMethodName" : "setThumbnailPattern", "c2jName" : "ThumbnailPattern", "c2jShape" : "ThumbnailPattern", "defaultConsumerFluentSetterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

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

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailPattern", "fluentSetterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailPattern", "getterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailPattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ThumbnailPattern", "setterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "setterMethodName" : "setThumbnailPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailEncryption", "beanStyleSetterMethodName" : "setThumbnailEncryption", "c2jName" : "ThumbnailEncryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

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

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailEncryption", "fluentSetterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailEncryption", "getterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailEncryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailEncryption", "setterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "setterMethodName" : "setThumbnailEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRotate", "beanStyleSetterMethodName" : "setRotate", "c2jName" : "Rotate", "c2jShape" : "Rotate", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

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

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rotate", "fluentSetterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rotate", "getterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rotate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rotate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Rotate", "setterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.", "setterMethodName" : "setRotate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPresetId", "beanStyleSetterMethodName" : "setPresetId", "c2jName" : "PresetId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

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

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetId", "fluentSetterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@param presetId The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetId", "getterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@return The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetId", "setterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@param presetId The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.", "setterMethodName" : "setPresetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSegmentDuration", "beanStyleSetterMethodName" : "setSegmentDuration", "c2jName" : "SegmentDuration", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

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

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "segmentDuration", "fluentSetterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@param segmentDuration

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "segmentDuration", "getterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@return

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SegmentDuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SegmentDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SegmentDuration", "setterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@param segmentDuration

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "setterMethodName" : "setSegmentDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "JobWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current 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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n

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

                                                        \n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current 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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "JobWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobWatermark", "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" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : null, "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : "", "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlbumArt", "beanStyleSetterMethodName" : "setAlbumArt", "c2jName" : "AlbumArt", "c2jShape" : "JobAlbumArt", "defaultConsumerFluentSetterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

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

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArt", "fluentSetterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArt", "getterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@return Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.", "getterModel" : { "returnType" : "JobAlbumArt", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "AlbumArt", "setterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.", "setterMethodName" : "setAlbumArt", "setterModel" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : null, "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        ", "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getComposition", "beanStyleSetterMethodName" : "setComposition", "c2jName" : "Composition", "c2jShape" : "Composition", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \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 #composition(List)}.\n@param composition 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 #composition(List)", "deprecated" : true, "documentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "composition", "fluentSetterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "composition", "getterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n

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

                                                        \n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "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" : "Composition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Composition", "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" : "Clip", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Clip", "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" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : null, "simpleType" : "Clip", "variableSetterType" : "Clip" }, "simple" : false, "variable" : { "variableDeclarationType" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : "", "simpleType" : "Clip", "variableSetterType" : "Clip" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Clip", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Clip", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Composition", "setterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "setterMethodName" : "setComposition", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptions", "beanStyleSetterMethodName" : "setCaptions", "c2jName" : "Captions", "c2jShape" : "Captions", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captions", "fluentSetterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captions", "getterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "Captions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Captions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Captions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Captions", "setterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setCaptions", "setterModel" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : null, "simpleType" : "Captions", "variableSetterType" : "Captions" }, "simple" : false, "variable" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        ", "simpleType" : "Captions", "variableSetterType" : "Captions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

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

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@return You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AlbumArt" : { "beanStyleGetterMethodName" : "getAlbumArt", "beanStyleSetterMethodName" : "setAlbumArt", "c2jName" : "AlbumArt", "c2jShape" : "JobAlbumArt", "defaultConsumerFluentSetterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

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

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArt", "fluentSetterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArt", "getterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@return Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.", "getterModel" : { "returnType" : "JobAlbumArt", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "AlbumArt", "setterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.", "setterMethodName" : "setAlbumArt", "setterModel" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : null, "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        ", "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "xmlNameSpaceUri" : null }, "Captions" : { "beanStyleGetterMethodName" : "getCaptions", "beanStyleSetterMethodName" : "setCaptions", "c2jName" : "Captions", "c2jShape" : "Captions", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captions", "fluentSetterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captions", "getterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "Captions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Captions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Captions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Captions", "setterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setCaptions", "setterModel" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : null, "simpleType" : "Captions", "variableSetterType" : "Captions" }, "simple" : false, "variable" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        ", "simpleType" : "Captions", "variableSetterType" : "Captions" }, "xmlNameSpaceUri" : null }, "Composition" : { "beanStyleGetterMethodName" : "getComposition", "beanStyleSetterMethodName" : "setComposition", "c2jName" : "Composition", "c2jShape" : "Composition", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \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 #composition(List)}.\n@param composition 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 #composition(List)", "deprecated" : true, "documentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "composition", "fluentSetterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "composition", "getterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n

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

                                                        \n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "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" : "Composition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Composition", "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" : "Clip", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Clip", "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" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : null, "simpleType" : "Clip", "variableSetterType" : "Clip" }, "simple" : false, "variable" : { "variableDeclarationType" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : "", "simpleType" : "Clip", "variableSetterType" : "Clip" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Clip", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Clip", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Composition", "setterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "setterMethodName" : "setComposition", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Encryption" : { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

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

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@return You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

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

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PresetId" : { "beanStyleGetterMethodName" : "getPresetId", "beanStyleSetterMethodName" : "setPresetId", "c2jName" : "PresetId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

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

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetId", "fluentSetterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@param presetId The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetId", "getterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@return The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetId", "setterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@param presetId The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.", "setterMethodName" : "setPresetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Rotate" : { "beanStyleGetterMethodName" : "getRotate", "beanStyleSetterMethodName" : "setRotate", "c2jName" : "Rotate", "c2jShape" : "Rotate", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

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

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rotate", "fluentSetterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rotate", "getterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rotate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rotate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Rotate", "setterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.", "setterMethodName" : "setRotate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SegmentDuration" : { "beanStyleGetterMethodName" : "getSegmentDuration", "beanStyleSetterMethodName" : "setSegmentDuration", "c2jName" : "SegmentDuration", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

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

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "segmentDuration", "fluentSetterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@param segmentDuration

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "segmentDuration", "getterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@return

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SegmentDuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SegmentDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SegmentDuration", "setterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@param segmentDuration

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "setterMethodName" : "setSegmentDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ThumbnailEncryption" : { "beanStyleGetterMethodName" : "getThumbnailEncryption", "beanStyleSetterMethodName" : "setThumbnailEncryption", "c2jName" : "ThumbnailEncryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

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

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailEncryption", "fluentSetterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailEncryption", "getterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailEncryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailEncryption", "setterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "setterMethodName" : "setThumbnailEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "ThumbnailPattern" : { "beanStyleGetterMethodName" : "getThumbnailPattern", "beanStyleSetterMethodName" : "setThumbnailPattern", "c2jName" : "ThumbnailPattern", "c2jShape" : "ThumbnailPattern", "defaultConsumerFluentSetterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

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

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailPattern", "fluentSetterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailPattern", "getterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailPattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ThumbnailPattern", "setterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "setterMethodName" : "setThumbnailPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Watermarks" : { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "JobWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current 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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n

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

                                                        \n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current 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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "JobWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobWatermark", "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" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : null, "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : "", "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

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

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                        The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailPattern", "beanStyleSetterMethodName" : "setThumbnailPattern", "c2jName" : "ThumbnailPattern", "c2jShape" : "ThumbnailPattern", "defaultConsumerFluentSetterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

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

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailPattern", "fluentSetterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailPattern", "getterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailPattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ThumbnailPattern", "setterDocumentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "setterMethodName" : "setThumbnailPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : "

                                                        Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                        If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                        If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                        • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                          If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                        • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                        • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                        When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailEncryption", "beanStyleSetterMethodName" : "setThumbnailEncryption", "c2jName" : "ThumbnailEncryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

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

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailEncryption", "fluentSetterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailEncryption", "getterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailEncryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailEncryption", "setterDocumentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "setterMethodName" : "setThumbnailEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : "

                                                        The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRotate", "beanStyleSetterMethodName" : "setRotate", "c2jName" : "Rotate", "c2jShape" : "Rotate", "defaultConsumerFluentSetterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

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

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rotate", "fluentSetterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rotate", "getterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rotate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rotate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Rotate", "setterDocumentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.", "setterMethodName" : "setRotate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : "

                                                        The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto, 0, 90, 180, 270. The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPresetId", "beanStyleSetterMethodName" : "setPresetId", "c2jName" : "PresetId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

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

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetId", "fluentSetterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@param presetId The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetId", "getterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@return The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetId", "setterDocumentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        \n@param presetId The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.", "setterMethodName" : "setPresetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : "

                                                        The Id of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSegmentDuration", "beanStyleSetterMethodName" : "setSegmentDuration", "c2jName" : "SegmentDuration", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

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

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "segmentDuration", "fluentSetterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@param segmentDuration

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "segmentDuration", "getterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@return

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SegmentDuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SegmentDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SegmentDuration", "setterDocumentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        \n@param segmentDuration

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "setterMethodName" : "setSegmentDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : "

                                                        (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4 and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                        The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                        Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "JobWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current 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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n

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

                                                        \n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current 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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "JobWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobWatermark", "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" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : null, "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : "", "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                        Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlbumArt", "beanStyleSetterMethodName" : "setAlbumArt", "c2jName" : "AlbumArt", "c2jShape" : "JobAlbumArt", "defaultConsumerFluentSetterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

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

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArt", "fluentSetterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArt", "getterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@return Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.", "getterModel" : { "returnType" : "JobAlbumArt", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "AlbumArt", "setterDocumentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        \n@param albumArt Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.", "setterMethodName" : "setAlbumArt", "setterModel" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : null, "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : "

                                                        Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output.

                                                        ", "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getComposition", "beanStyleSetterMethodName" : "setComposition", "c2jName" : "Composition", "c2jShape" : "Composition", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \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 #composition(List)}.\n@param composition 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 #composition(List)", "deprecated" : true, "documentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "composition", "fluentSetterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "composition", "getterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n

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

                                                        \n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "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" : "Composition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Composition", "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" : "Clip", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Clip", "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" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : null, "simpleType" : "Clip", "variableSetterType" : "Clip" }, "simple" : false, "variable" : { "variableDeclarationType" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : "", "simpleType" : "Clip", "variableSetterType" : "Clip" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Clip", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Clip", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Composition", "setterDocumentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "setterMethodName" : "setComposition", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : "

                                                        You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptions", "beanStyleSetterMethodName" : "setCaptions", "c2jName" : "Captions", "c2jShape" : "Captions", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captions", "fluentSetterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captions", "getterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "Captions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Captions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Captions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Captions", "setterDocumentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setCaptions", "setterModel" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : null, "simpleType" : "Captions", "variableSetterType" : "Captions" }, "simple" : false, "variable" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : "

                                                        You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                        • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                          Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                          Valid outputs include: mov-text

                                                          Elastic Transcoder supports a maximum of one embedded format per output.

                                                        • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                          Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                          Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                        If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                        Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                        To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                        For more information on embedded files, see the Subtitles Wikipedia page.

                                                        For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                        ", "simpleType" : "Captions", "variableSetterType" : "Captions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

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

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@return You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        \n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                        You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.

                                                        ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateJobOutput", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "createJobOutput", "variableType" : "CreateJobOutput", "documentation" : null, "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "wrapper" : false }, "CreateJobPlaylist" : { "c2jName" : "CreateJobPlaylist", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        Information about the master playlist.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Filename", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

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

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "getterModel" : { "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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlaylistFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

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

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@return The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputKeys", "beanStyleSetterMethodName" : "setOutputKeys", "c2jName" : "OutputKeys", "c2jShape" : "OutputKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \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 #outputKeys(List)}.\n@param outputKeys 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 #outputKeys(List)", "deprecated" : false, "documentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeys", "fluentSetterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeys", "getterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n

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

                                                        \n@return For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "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" : "OutputKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeys", "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" : "Key", "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, "fluentEnumSetterMethodName" : 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" : "OutputKeys", "setterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "setterMethodName" : "setOutputKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHlsContentProtection", "beanStyleSetterMethodName" : "setHlsContentProtection", "c2jName" : "HlsContentProtection", "c2jShape" : "HlsContentProtection", "defaultConsumerFluentSetterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hlsContentProtection", "fluentSetterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hlsContentProtection", "getterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@return The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "HlsContentProtection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HlsContentProtection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HlsContentProtection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "HlsContentProtection", "setterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setHlsContentProtection", "setterModel" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : null, "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "simple" : false, "variable" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPlayReadyDrm", "beanStyleSetterMethodName" : "setPlayReadyDrm", "c2jName" : "PlayReadyDrm", "c2jShape" : "PlayReadyDrm", "defaultConsumerFluentSetterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playReadyDrm", "fluentSetterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playReadyDrm", "getterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@return The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "PlayReadyDrm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlayReadyDrm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlayReadyDrm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PlayReadyDrm", "setterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setPlayReadyDrm", "setterModel" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : null, "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "simple" : false, "variable" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Format" : { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlaylistFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

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

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@return The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HlsContentProtection" : { "beanStyleGetterMethodName" : "getHlsContentProtection", "beanStyleSetterMethodName" : "setHlsContentProtection", "c2jName" : "HlsContentProtection", "c2jShape" : "HlsContentProtection", "defaultConsumerFluentSetterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hlsContentProtection", "fluentSetterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hlsContentProtection", "getterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@return The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "HlsContentProtection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HlsContentProtection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HlsContentProtection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "HlsContentProtection", "setterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setHlsContentProtection", "setterModel" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : null, "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "simple" : false, "variable" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Filename", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

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

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "getterModel" : { "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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OutputKeys" : { "beanStyleGetterMethodName" : "getOutputKeys", "beanStyleSetterMethodName" : "setOutputKeys", "c2jName" : "OutputKeys", "c2jShape" : "OutputKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \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 #outputKeys(List)}.\n@param outputKeys 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 #outputKeys(List)", "deprecated" : false, "documentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeys", "fluentSetterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeys", "getterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n

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

                                                        \n@return For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "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" : "OutputKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeys", "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" : "Key", "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, "fluentEnumSetterMethodName" : 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" : "OutputKeys", "setterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "setterMethodName" : "setOutputKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PlayReadyDrm" : { "beanStyleGetterMethodName" : "getPlayReadyDrm", "beanStyleSetterMethodName" : "setPlayReadyDrm", "c2jName" : "PlayReadyDrm", "c2jShape" : "PlayReadyDrm", "defaultConsumerFluentSetterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playReadyDrm", "fluentSetterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playReadyDrm", "getterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@return The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "PlayReadyDrm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlayReadyDrm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlayReadyDrm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PlayReadyDrm", "setterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setPlayReadyDrm", "setterModel" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : null, "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "simple" : false, "variable" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Filename", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

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

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "getterModel" : { "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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "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" : "

                                                        The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlaylistFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

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

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@return The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                        The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputKeys", "beanStyleSetterMethodName" : "setOutputKeys", "c2jName" : "OutputKeys", "c2jShape" : "OutputKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \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 #outputKeys(List)}.\n@param outputKeys 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 #outputKeys(List)", "deprecated" : false, "documentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeys", "fluentSetterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeys", "getterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n

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

                                                        \n@return For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "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" : "OutputKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeys", "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" : "Key", "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, "fluentEnumSetterMethodName" : 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" : "OutputKeys", "setterDocumentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "setterMethodName" : "setOutputKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : "

                                                        For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                        • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                          OutputKeyPrefixOutputs:Key

                                                        • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                          OutputKeyPrefixOutputs:Key.m3u8

                                                          OutputKeyPrefixOutputs:Key00000.ts

                                                        • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                          OutputKeyPrefixOutputs:Key_v4.m3u8

                                                          OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                          OutputKeyPrefixOutputs:Key.ts

                                                        Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                        If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHlsContentProtection", "beanStyleSetterMethodName" : "setHlsContentProtection", "c2jName" : "HlsContentProtection", "c2jShape" : "HlsContentProtection", "defaultConsumerFluentSetterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hlsContentProtection", "fluentSetterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hlsContentProtection", "getterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@return The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "HlsContentProtection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HlsContentProtection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HlsContentProtection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "HlsContentProtection", "setterDocumentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setHlsContentProtection", "setterModel" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : null, "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "simple" : false, "variable" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : "

                                                        The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPlayReadyDrm", "beanStyleSetterMethodName" : "setPlayReadyDrm", "c2jName" : "PlayReadyDrm", "c2jShape" : "PlayReadyDrm", "defaultConsumerFluentSetterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playReadyDrm", "fluentSetterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playReadyDrm", "getterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@return The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "PlayReadyDrm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlayReadyDrm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlayReadyDrm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PlayReadyDrm", "setterDocumentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setPlayReadyDrm", "setterModel" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : null, "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "simple" : false, "variable" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : "

                                                        The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                        ", "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateJobPlaylist", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateJobPlaylist", "variableName" : "createJobPlaylist", "variableType" : "CreateJobPlaylist", "documentation" : null, "simpleType" : "CreateJobPlaylist", "variableSetterType" : "CreateJobPlaylist" }, "wrapper" : false }, "CreateJobRequest" : { "c2jName" : "CreateJobRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The CreateJobRequest structure.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateJob", "locationName" : null, "requestUri" : "/2012-09-25/jobs", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@return The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                        A section of the request body that provides information about the file that is being transcoded.

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

                                                        A section of the request body that provides information about the file that is being transcoded.

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

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@param input A section of the request body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@return A section of the request body that provides information about the file that is being transcoded.", "getterModel" : { "returnType" : "JobInput", "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" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@param input A section of the request body that provides information about the file that is being transcoded.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        ", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "JobInputs", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \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" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n@param inputs A section of the request body that provides information about the files that are being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n

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

                                                        \n@return A section of the request body that provides information about the files that are being transcoded.", "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" : "JobInput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobInput.Builder} avoiding the need to create one manually via {@link JobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobInput.Builder#build()} is called immediately and its result is passed to {@link #member(JobInput)}.\n@param member a consumer that will call methods on {@link JobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobInput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobInput", "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" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : "", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobInput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobInput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n@param inputs A section of the request body that provides information about the files that are being transcoded.", "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" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "CreateJobOutput", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

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

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

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

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param output A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@return A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.", "getterModel" : { "returnType" : "CreateJobOutput", "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" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param output A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "output", "variableType" : "CreateJobOutput", "documentation" : null, "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "output", "variableType" : "CreateJobOutput", "documentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "CreateJobOutputs", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \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" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param outputs A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n

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

                                                        \n@return A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.", "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" : "CreateJobOutput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateJobOutput.Builder} avoiding the need to create one manually via {@link CreateJobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateJobOutput.Builder#build()} is called immediately and its result is passed to {@link #member(CreateJobOutput)}.\n@param member a consumer that will call methods on {@link CreateJobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateJobOutput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CreateJobOutput", "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" : "CreateJobOutput", "variableName" : "member", "variableType" : "CreateJobOutput", "documentation" : null, "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "member", "variableType" : "CreateJobOutput", "documentation" : "", "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateJobOutput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateJobOutput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param outputs A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.", "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" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputKeyPrefix", "beanStyleSetterMethodName" : "setOutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

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

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeyPrefix", "fluentSetterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeyPrefix", "getterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputKeyPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputKeyPrefix", "setterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.", "setterMethodName" : "setOutputKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPlaylists", "beanStyleSetterMethodName" : "setPlaylists", "c2jName" : "Playlists", "c2jShape" : "CreateJobPlaylists", "defaultConsumerFluentSetterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \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 #playlists(List)}.\n@param playlists 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 #playlists(List)", "deprecated" : false, "documentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playlists", "fluentSetterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n@param playlists If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playlists", "getterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n

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

                                                        \n@return If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.", "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" : "Playlists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Playlists", "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" : "CreateJobPlaylist", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateJobPlaylist.Builder} avoiding the need to create one manually via {@link CreateJobPlaylist#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateJobPlaylist.Builder#build()} is called immediately and its result is passed to {@link #member(CreateJobPlaylist)}.\n@param member a consumer that will call methods on {@link CreateJobPlaylist.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateJobPlaylist)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CreateJobPlaylist", "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" : "CreateJobPlaylist", "variableName" : "member", "variableType" : "CreateJobPlaylist", "documentation" : null, "simpleType" : "CreateJobPlaylist", "variableSetterType" : "CreateJobPlaylist" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobPlaylist", "variableName" : "member", "variableType" : "CreateJobPlaylist", "documentation" : "", "simpleType" : "CreateJobPlaylist", "variableSetterType" : "CreateJobPlaylist" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateJobPlaylist", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateJobPlaylist", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Playlists", "setterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n@param playlists If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.", "setterMethodName" : "setPlaylists", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUserMetadata", "beanStyleSetterMethodName" : "setUserMetadata", "c2jName" : "UserMetadata", "c2jShape" : "UserMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

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

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userMetadata", "fluentSetterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userMetadata", "getterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n

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

                                                        \n@return User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "UserMetadata", "setterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.", "setterMethodName" : "setUserMetadata", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Input" : { "beanStyleGetterMethodName" : "getInput", "beanStyleSetterMethodName" : "setInput", "c2jName" : "Input", "c2jShape" : "JobInput", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

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

                                                        A section of the request body that provides information about the file that is being transcoded.

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

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@param input A section of the request body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@return A section of the request body that provides information about the file that is being transcoded.", "getterModel" : { "returnType" : "JobInput", "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" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@param input A section of the request body that provides information about the file that is being transcoded.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        ", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, "Inputs" : { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "JobInputs", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \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" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n@param inputs A section of the request body that provides information about the files that are being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n

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

                                                        \n@return A section of the request body that provides information about the files that are being transcoded.", "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" : "JobInput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobInput.Builder} avoiding the need to create one manually via {@link JobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobInput.Builder#build()} is called immediately and its result is passed to {@link #member(JobInput)}.\n@param member a consumer that will call methods on {@link JobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobInput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobInput", "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" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : "", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobInput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobInput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n@param inputs A section of the request body that provides information about the files that are being transcoded.", "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" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "CreateJobOutput", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

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

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

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

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param output A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@return A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.", "getterModel" : { "returnType" : "CreateJobOutput", "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" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param output A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "output", "variableType" : "CreateJobOutput", "documentation" : null, "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "output", "variableType" : "CreateJobOutput", "documentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "xmlNameSpaceUri" : null }, "OutputKeyPrefix" : { "beanStyleGetterMethodName" : "getOutputKeyPrefix", "beanStyleSetterMethodName" : "setOutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

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

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeyPrefix", "fluentSetterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeyPrefix", "getterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputKeyPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputKeyPrefix", "setterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.", "setterMethodName" : "setOutputKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Outputs" : { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "CreateJobOutputs", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \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" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param outputs A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n

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

                                                        \n@return A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.", "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" : "CreateJobOutput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateJobOutput.Builder} avoiding the need to create one manually via {@link CreateJobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateJobOutput.Builder#build()} is called immediately and its result is passed to {@link #member(CreateJobOutput)}.\n@param member a consumer that will call methods on {@link CreateJobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateJobOutput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CreateJobOutput", "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" : "CreateJobOutput", "variableName" : "member", "variableType" : "CreateJobOutput", "documentation" : null, "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "member", "variableType" : "CreateJobOutput", "documentation" : "", "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateJobOutput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateJobOutput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param outputs A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.", "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" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PipelineId" : { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@return The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Playlists" : { "beanStyleGetterMethodName" : "getPlaylists", "beanStyleSetterMethodName" : "setPlaylists", "c2jName" : "Playlists", "c2jShape" : "CreateJobPlaylists", "defaultConsumerFluentSetterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \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 #playlists(List)}.\n@param playlists 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 #playlists(List)", "deprecated" : false, "documentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playlists", "fluentSetterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n@param playlists If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playlists", "getterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n

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

                                                        \n@return If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.", "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" : "Playlists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Playlists", "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" : "CreateJobPlaylist", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateJobPlaylist.Builder} avoiding the need to create one manually via {@link CreateJobPlaylist#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateJobPlaylist.Builder#build()} is called immediately and its result is passed to {@link #member(CreateJobPlaylist)}.\n@param member a consumer that will call methods on {@link CreateJobPlaylist.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateJobPlaylist)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CreateJobPlaylist", "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" : "CreateJobPlaylist", "variableName" : "member", "variableType" : "CreateJobPlaylist", "documentation" : null, "simpleType" : "CreateJobPlaylist", "variableSetterType" : "CreateJobPlaylist" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobPlaylist", "variableName" : "member", "variableType" : "CreateJobPlaylist", "documentation" : "", "simpleType" : "CreateJobPlaylist", "variableSetterType" : "CreateJobPlaylist" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateJobPlaylist", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateJobPlaylist", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Playlists", "setterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n@param playlists If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.", "setterMethodName" : "setPlaylists", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "UserMetadata" : { "beanStyleGetterMethodName" : "getUserMetadata", "beanStyleSetterMethodName" : "setUserMetadata", "c2jName" : "UserMetadata", "c2jShape" : "UserMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

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

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userMetadata", "fluentSetterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userMetadata", "getterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n

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

                                                        \n@return User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "UserMetadata", "setterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.", "setterMethodName" : "setUserMetadata", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@return The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                        \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                        The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                        A section of the request body that provides information about the file that is being transcoded.

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

                                                        A section of the request body that provides information about the file that is being transcoded.

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

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@param input A section of the request body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@return A section of the request body that provides information about the file that is being transcoded.", "getterModel" : { "returnType" : "JobInput", "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" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        \n@param input A section of the request body that provides information about the file that is being transcoded.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : "

                                                        A section of the request body that provides information about the file that is being transcoded.

                                                        ", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "JobInputs", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \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" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n@param inputs A section of the request body that provides information about the files that are being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n

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

                                                        \n@return A section of the request body that provides information about the files that are being transcoded.", "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" : "JobInput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobInput.Builder} avoiding the need to create one manually via {@link JobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobInput.Builder#build()} is called immediately and its result is passed to {@link #member(JobInput)}.\n@param member a consumer that will call methods on {@link JobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobInput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobInput", "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" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : "", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobInput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobInput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        \n@param inputs A section of the request body that provides information about the files that are being transcoded.", "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" : "

                                                        A section of the request body that provides information about the files that are being transcoded.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "CreateJobOutput", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

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

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

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

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param output A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@return A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.", "getterModel" : { "returnType" : "CreateJobOutput", "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" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param output A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "output", "variableType" : "CreateJobOutput", "documentation" : null, "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "output", "variableType" : "CreateJobOutput", "documentation" : "

                                                        A section of the request body that provides information about the transcoded (target) file. We strongly recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "CreateJobOutputs", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \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" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param outputs A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n

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

                                                        \n@return A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.", "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" : "CreateJobOutput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateJobOutput.Builder} avoiding the need to create one manually via {@link CreateJobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateJobOutput.Builder#build()} is called immediately and its result is passed to {@link #member(CreateJobOutput)}.\n@param member a consumer that will call methods on {@link CreateJobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateJobOutput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CreateJobOutput", "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" : "CreateJobOutput", "variableName" : "member", "variableType" : "CreateJobOutput", "documentation" : null, "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobOutput", "variableName" : "member", "variableType" : "CreateJobOutput", "documentation" : "", "simpleType" : "CreateJobOutput", "variableSetterType" : "CreateJobOutput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateJobOutput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateJobOutput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        \n@param outputs A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.", "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" : "

                                                        A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs syntax instead of the Output syntax.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputKeyPrefix", "beanStyleSetterMethodName" : "setOutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

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

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeyPrefix", "fluentSetterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeyPrefix", "getterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputKeyPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputKeyPrefix", "setterDocumentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.", "setterMethodName" : "setOutputKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : "

                                                        The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPlaylists", "beanStyleSetterMethodName" : "setPlaylists", "c2jName" : "Playlists", "c2jShape" : "CreateJobPlaylists", "defaultConsumerFluentSetterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \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 #playlists(List)}.\n@param playlists 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 #playlists(List)", "deprecated" : false, "documentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playlists", "fluentSetterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n@param playlists If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playlists", "getterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n

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

                                                        \n@return If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.", "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" : "Playlists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Playlists", "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" : "CreateJobPlaylist", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CreateJobPlaylist.Builder} avoiding the need to create one manually via {@link CreateJobPlaylist#builder()}.\n\nWhen the {@link Consumer} completes, {@link CreateJobPlaylist.Builder#build()} is called immediately and its result is passed to {@link #member(CreateJobPlaylist)}.\n@param member a consumer that will call methods on {@link CreateJobPlaylist.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CreateJobPlaylist)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CreateJobPlaylist", "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" : "CreateJobPlaylist", "variableName" : "member", "variableType" : "CreateJobPlaylist", "documentation" : null, "simpleType" : "CreateJobPlaylist", "variableSetterType" : "CreateJobPlaylist" }, "simple" : false, "variable" : { "variableDeclarationType" : "CreateJobPlaylist", "variableName" : "member", "variableType" : "CreateJobPlaylist", "documentation" : "", "simpleType" : "CreateJobPlaylist", "variableSetterType" : "CreateJobPlaylist" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CreateJobPlaylist", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CreateJobPlaylist", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Playlists", "setterDocumentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        \n@param playlists If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.", "setterMethodName" : "setPlaylists", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : "

                                                        If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                        The maximum number of master playlists in a job is 30.

                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUserMetadata", "beanStyleSetterMethodName" : "setUserMetadata", "c2jName" : "UserMetadata", "c2jShape" : "UserMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

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

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userMetadata", "fluentSetterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userMetadata", "getterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n

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

                                                        \n@return User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "UserMetadata", "setterDocumentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.", "setterMethodName" : "setUserMetadata", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : "

                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                        ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PipelineId" ], "shapeName" : "CreateJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateJobRequest", "variableName" : "createJobRequest", "variableType" : "CreateJobRequest", "documentation" : null, "simpleType" : "CreateJobRequest", "variableSetterType" : "CreateJobRequest" }, "wrapper" : false }, "CreateJobResponse" : { "c2jName" : "CreateJobResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The CreateJobResponse structure.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "Job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

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

                                                        A section of the response body that provides information about the job that is created.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@param job A section of the response body that provides information about the job that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@return A section of the response body that provides information about the job that is created.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Job", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Job", "setterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@param job A section of the response body that provides information about the job that is created.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        ", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Job" : { "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "Job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

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

                                                        A section of the response body that provides information about the job that is created.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@param job A section of the response body that provides information about the job that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@return A section of the response body that provides information about the job that is created.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Job", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Job", "setterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@param job A section of the response body that provides information about the job that is created.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        ", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "Job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

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

                                                        A section of the response body that provides information about the job that is created.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@param job A section of the response body that provides information about the job that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@return A section of the response body that provides information about the job that is created.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Job", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Job", "setterDocumentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        \n@param job A section of the response body that provides information about the job that is created.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "

                                                        A section of the response body that provides information about the job that is created.

                                                        ", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreateJobResponse", "variableName" : "createJobResponse", "variableType" : "CreateJobResponse", "documentation" : null, "simpleType" : "CreateJobResponse", "variableSetterType" : "CreateJobResponse" }, "wrapper" : false }, "CreatePipelineRequest" : { "c2jName" : "CreatePipelineRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                        The CreatePipelineRequest structure.

                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreatePipeline", "locationName" : null, "requestUri" : "/2012-09-25/pipelines", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                        The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.

                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                        The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                        The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.

                                                        \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                        The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.

                                                        \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.", "getterModel" : { "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" : "

                                                        The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.

                                                        \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.", "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" : "

                                                        The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                        Constraints: Maximum 40 characters.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon S3 bucket in which you saved the media files that you want to transcode.

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

                                                        The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                        The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                        \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                        The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                        \n@return The Amazon S3 bucket in which you saved the media files that you want to transcode.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                        The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                        \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                        The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

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

                                                        The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                        The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                        \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                        The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                        \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                        The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                        \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                        The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                        Specify this value when all of the following are true:

                                                        • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                        • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                        • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                          When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                        • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                        If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

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

                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                        \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                        \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                        \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                        The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                        The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                        The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                        \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                        The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                        \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                        The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                        \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                        The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                        If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                        The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                        • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                        • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                        The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                        • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                        • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                        The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                        • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                        • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                        • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                        • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                          \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                          • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                            \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                            • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                              The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                              • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                              • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                              • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                              • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                              ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                              The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                  A canonical user ID is not the same as an AWS account number.

                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                              The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                  A canonical user ID is not the same as an AWS account number.

                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                              The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                  A canonical user ID is not the same as an AWS account number.

                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                              \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                  A canonical user ID is not the same as an AWS account number.

                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                  • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                    A canonical user ID is not the same as an AWS account number.

                                                                  • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                  • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                \n@return The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                  • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                    A canonical user ID is not the same as an AWS account number.

                                                                  • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                  • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                  The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                      A canonical user ID is not the same as an AWS account number.

                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                  \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                      A canonical user ID is not the same as an AWS account number.

                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                  • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                    The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                    • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                    • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                        A canonical user ID is not the same as an AWS account number.

                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                    ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                    The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                    • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                    • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                        A canonical user ID is not the same as an AWS account number.

                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                    • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                      • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                    The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                    • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                    • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                        A canonical user ID is not the same as an AWS account number.

                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                    • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                      • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                    The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                    • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                    • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                        A canonical user ID is not the same as an AWS account number.

                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                    • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                      • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                    \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                    • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                    • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                        A canonical user ID is not the same as an AWS account number.

                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                    • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                      • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                      The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                      • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                      • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                          A canonical user ID is not the same as an AWS account number.

                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                      • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                        • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                      \n@return The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                      • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                      • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                          A canonical user ID is not the same as an AWS account number.

                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                      • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                        • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                      • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                        The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                            A canonical user ID is not the same as an AWS account number.

                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                        \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                            A canonical user ID is not the same as an AWS account number.

                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                        • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                          The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                              A canonical user ID is not the same as an AWS account number.

                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                          ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AwsKmsKeyArn" : { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                                          The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                                          The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                          \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                                          The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                          \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                                          The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                          \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                                          The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                          If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ContentConfig" : { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                          The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                          • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                          • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                              A canonical user ID is not the same as an AWS account number.

                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                          • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                            • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                                          The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                          • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                          • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                              A canonical user ID is not the same as an AWS account number.

                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                          • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                            • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                                          The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                          • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                          • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                              A canonical user ID is not the same as an AWS account number.

                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                          • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                            • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                          \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                          • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                          • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                              A canonical user ID is not the same as an AWS account number.

                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                          • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                            • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                            The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                            • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                            • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                A canonical user ID is not the same as an AWS account number.

                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                            • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                              • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                              • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                              • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                            \n@return The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                            • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                            • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                A canonical user ID is not the same as an AWS account number.

                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                            • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                              • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                              • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                              • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                            • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                              The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                              \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                              • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                  • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                  • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                  • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, "InputBucket" : { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode.

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

                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                \n@return The Amazon S3 bucket in which you saved the media files that you want to transcode.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.

                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.

                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.

                                                                                \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.

                                                                                \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.", "getterModel" : { "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" : "

                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.

                                                                                \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.", "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" : "

                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                Constraints: Maximum 40 characters.

                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Notifications" : { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                                                The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                  • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                  \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                  • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                  • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                    The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                    \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                    • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                      The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                      ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, "OutputBucket" : { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

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

                                                                                      The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                                                      The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                      \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                                                      The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                      \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                                                      The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                      \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                                                      The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                      Specify this value when all of the following are true:

                                                                                      • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                      • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                      • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                        When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                      • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                      If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Role" : { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

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

                                                                                      The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                      The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                      \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                      The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                      \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                      The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                      \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                      The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ThumbnailConfig" : { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                      The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                      • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                      • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                      • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                        • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                                      The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                      • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                      • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                      • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                        • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                                      The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                      • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                      • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                      • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                        • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                      \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                      • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                      • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                      • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                        • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                                        The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                        \n@return The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                        • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                                          The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                          \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                          • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                            The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                            ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.

                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.

                                                                                            \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.

                                                                                            \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.", "getterModel" : { "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" : "

                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.

                                                                                            \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.", "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" : "

                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                            Constraints: Maximum 40 characters.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode.

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

                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                            \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                            \n@return The Amazon S3 bucket in which you saved the media files that you want to transcode.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                            \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

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

                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                            \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                            \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                            \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)

                                                                                            Specify this value when all of the following are true:

                                                                                            • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                            • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                            • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                              When Elastic Transcoder saves files in OutputBucket, it grants full control over the files only to the AWS account that owns the role that is specified by Role.

                                                                                            • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                            If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

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

                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                            \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                            \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                            \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                            \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                            \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                            \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                              The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                              • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                              • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                              • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                              • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                              \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                              • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                              • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                              • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                              • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                              • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                  • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.

                                                                                                  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                  ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                  The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                                                                  The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                                                                  The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                  \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                                                    The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                    • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                    • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                    \n@return The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                    • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                    • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                    • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                                                      The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                      • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                      • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                      \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                      • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                      • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                      • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                        The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                        • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                        • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                        • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                          • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                        ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                        The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                                                        The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                                                        The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                        \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                                                          The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                          \n@return The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                          • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                                                            The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                            \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                            • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                              The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                              • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                              • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                              ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "InputBucket", "Role" ], "shapeName" : "CreatePipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreatePipelineRequest", "variableName" : "createPipelineRequest", "variableType" : "CreatePipelineRequest", "documentation" : null, "simpleType" : "CreatePipelineRequest", "variableSetterType" : "CreatePipelineRequest" }, "wrapper" : false }, "CreatePipelineResponse" : { "c2jName" : "CreatePipelineResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

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

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@param pipeline A section of the response body that provides information about the pipeline that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@return A section of the response body that provides information about the pipeline that is created.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@param pipeline A section of the response body that provides information about the pipeline that is created.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n

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

                                                                                                              \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pipeline" : { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

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

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@param pipeline A section of the response body that provides information about the pipeline that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@return A section of the response body that provides information about the pipeline that is created.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@param pipeline A section of the response body that provides information about the pipeline that is created.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, "Warnings" : { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n

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

                                                                                                              \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

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

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@param pipeline A section of the response body that provides information about the pipeline that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@return A section of the response body that provides information about the pipeline that is created.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              \n@param pipeline A section of the response body that provides information about the pipeline that is created.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                              A section of the response body that provides information about the pipeline that is created.

                                                                                                              ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n

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

                                                                                                              \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                              Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                              Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreatePipelineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreatePipelineResponse", "variableName" : "createPipelineResponse", "variableType" : "CreatePipelineResponse", "documentation" : null, "simpleType" : "CreatePipelineResponse", "variableSetterType" : "CreatePipelineResponse" }, "wrapper" : false }, "CreatePresetRequest" : { "c2jName" : "CreatePresetRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The CreatePresetRequest structure.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreatePreset", "locationName" : null, "requestUri" : "/2012-09-25/presets", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@param name The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@return The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.", "getterModel" : { "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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@param name The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.", "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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

                                                                                                              \n@param description A description of the preset.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                              A description of the preset.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "PresetContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

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

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@return The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVideo", "beanStyleSetterMethodName" : "setVideo", "c2jName" : "Video", "c2jShape" : "VideoParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

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

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "video", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@param video A section of the request body that specifies the video parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "video", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@return A section of the request body that specifies the video parameters.", "getterModel" : { "returnType" : "VideoParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Video", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Video", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Video", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@param video A section of the request body that specifies the video parameters.", "setterMethodName" : "setVideo", "setterModel" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : null, "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              ", "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAudio", "beanStyleSetterMethodName" : "setAudio", "c2jName" : "Audio", "c2jShape" : "AudioParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

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

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audio", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@param audio A section of the request body that specifies the audio parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audio", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@return A section of the request body that specifies the audio parameters.", "getterModel" : { "returnType" : "AudioParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Audio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Audio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Audio", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@param audio A section of the request body that specifies the audio parameters.", "setterMethodName" : "setAudio", "setterModel" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : null, "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              ", "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnails", "beanStyleSetterMethodName" : "setThumbnails", "c2jName" : "Thumbnails", "c2jShape" : "Thumbnails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

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

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnails", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@param thumbnails A section of the request body that specifies the thumbnail parameters, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnails", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@return A section of the request body that specifies the thumbnail parameters, if any.", "getterModel" : { "returnType" : "Thumbnails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Thumbnails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Thumbnails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Thumbnails", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@param thumbnails A section of the request body that specifies the thumbnail parameters, if any.", "setterMethodName" : "setThumbnails", "setterModel" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : null, "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "simple" : false, "variable" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              ", "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Audio" : { "beanStyleGetterMethodName" : "getAudio", "beanStyleSetterMethodName" : "setAudio", "c2jName" : "Audio", "c2jShape" : "AudioParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

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

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audio", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@param audio A section of the request body that specifies the audio parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audio", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@return A section of the request body that specifies the audio parameters.", "getterModel" : { "returnType" : "AudioParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Audio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Audio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Audio", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@param audio A section of the request body that specifies the audio parameters.", "setterMethodName" : "setAudio", "setterModel" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : null, "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              ", "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "xmlNameSpaceUri" : null }, "Container" : { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "PresetContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

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

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@return The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

                                                                                                              \n@param description A description of the preset.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                              A description of the preset.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@param name The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@return The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.", "getterModel" : { "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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@param name The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.", "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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Thumbnails" : { "beanStyleGetterMethodName" : "getThumbnails", "beanStyleSetterMethodName" : "setThumbnails", "c2jName" : "Thumbnails", "c2jShape" : "Thumbnails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

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

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnails", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@param thumbnails A section of the request body that specifies the thumbnail parameters, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnails", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@return A section of the request body that specifies the thumbnail parameters, if any.", "getterModel" : { "returnType" : "Thumbnails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Thumbnails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Thumbnails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Thumbnails", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@param thumbnails A section of the request body that specifies the thumbnail parameters, if any.", "setterMethodName" : "setThumbnails", "setterModel" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : null, "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "simple" : false, "variable" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              ", "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "xmlNameSpaceUri" : null }, "Video" : { "beanStyleGetterMethodName" : "getVideo", "beanStyleSetterMethodName" : "setVideo", "c2jName" : "Video", "c2jShape" : "VideoParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

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

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "video", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@param video A section of the request body that specifies the video parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "video", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@return A section of the request body that specifies the video parameters.", "getterModel" : { "returnType" : "VideoParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Video", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Video", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Video", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@param video A section of the request body that specifies the video parameters.", "setterMethodName" : "setVideo", "setterModel" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : null, "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              ", "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@param name The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@return The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.", "getterModel" : { "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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              \n@param name The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.", "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" : "

                                                                                                              The name of the preset. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

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

                                                                                                              A description of the preset.

                                                                                                              \n@param description A description of the preset.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                              A description of the preset.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "PresetContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

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

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@return The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVideo", "beanStyleSetterMethodName" : "setVideo", "c2jName" : "Video", "c2jShape" : "VideoParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

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

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "video", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@param video A section of the request body that specifies the video parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "video", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@return A section of the request body that specifies the video parameters.", "getterModel" : { "returnType" : "VideoParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Video", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Video", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Video", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              \n@param video A section of the request body that specifies the video parameters.", "setterMethodName" : "setVideo", "setterModel" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : null, "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : "

                                                                                                              A section of the request body that specifies the video parameters.

                                                                                                              ", "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAudio", "beanStyleSetterMethodName" : "setAudio", "c2jName" : "Audio", "c2jShape" : "AudioParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

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

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audio", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@param audio A section of the request body that specifies the audio parameters.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audio", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@return A section of the request body that specifies the audio parameters.", "getterModel" : { "returnType" : "AudioParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Audio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Audio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Audio", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              \n@param audio A section of the request body that specifies the audio parameters.", "setterMethodName" : "setAudio", "setterModel" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : null, "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : "

                                                                                                              A section of the request body that specifies the audio parameters.

                                                                                                              ", "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnails", "beanStyleSetterMethodName" : "setThumbnails", "c2jName" : "Thumbnails", "c2jShape" : "Thumbnails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

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

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnails", "fluentSetterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@param thumbnails A section of the request body that specifies the thumbnail parameters, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnails", "getterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@return A section of the request body that specifies the thumbnail parameters, if any.", "getterModel" : { "returnType" : "Thumbnails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Thumbnails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Thumbnails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Thumbnails", "setterDocumentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              \n@param thumbnails A section of the request body that specifies the thumbnail parameters, if any.", "setterMethodName" : "setThumbnails", "setterModel" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : null, "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "simple" : false, "variable" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : "

                                                                                                              A section of the request body that specifies the thumbnail parameters, if any.

                                                                                                              ", "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Name", "Container" ], "shapeName" : "CreatePresetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreatePresetRequest", "variableName" : "createPresetRequest", "variableType" : "CreatePresetRequest", "documentation" : null, "simpleType" : "CreatePresetRequest", "variableSetterType" : "CreatePresetRequest" }, "wrapper" : false }, "CreatePresetResponse" : { "c2jName" : "CreatePresetResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The CreatePresetResponse structure.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPreset", "beanStyleSetterMethodName" : "setPreset", "c2jName" : "Preset", "c2jShape" : "Preset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

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

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preset", "fluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@param preset A section of the response body that provides information about the preset that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preset", "getterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@return A section of the response body that provides information about the preset that is created.", "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Preset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Preset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Preset", "setterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@param preset A section of the response body that provides information about the preset that is created.", "setterMethodName" : "setPreset", "setterModel" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              ", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarning", "beanStyleSetterMethodName" : "setWarning", "c2jName" : "Warning", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable 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 #warning(String)}.\n@param warning a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warning(String)", "deprecated" : false, "documentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warning", "fluentSetterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warning", "getterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@return If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable 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" : "Warning", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warning", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Warning", "setterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.", "setterMethodName" : "setWarning", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Preset" : { "beanStyleGetterMethodName" : "getPreset", "beanStyleSetterMethodName" : "setPreset", "c2jName" : "Preset", "c2jShape" : "Preset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

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

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preset", "fluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@param preset A section of the response body that provides information about the preset that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preset", "getterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@return A section of the response body that provides information about the preset that is created.", "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Preset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Preset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Preset", "setterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@param preset A section of the response body that provides information about the preset that is created.", "setterMethodName" : "setPreset", "setterModel" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              ", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null }, "Warning" : { "beanStyleGetterMethodName" : "getWarning", "beanStyleSetterMethodName" : "setWarning", "c2jName" : "Warning", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable 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 #warning(String)}.\n@param warning a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warning(String)", "deprecated" : false, "documentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warning", "fluentSetterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warning", "getterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@return If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable 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" : "Warning", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warning", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Warning", "setterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.", "setterMethodName" : "setWarning", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPreset", "beanStyleSetterMethodName" : "setPreset", "c2jName" : "Preset", "c2jShape" : "Preset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

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

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preset", "fluentSetterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@param preset A section of the response body that provides information about the preset that is created.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preset", "getterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@return A section of the response body that provides information about the preset that is created.", "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Preset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Preset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Preset", "setterDocumentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              \n@param preset A section of the response body that provides information about the preset that is created.", "setterMethodName" : "setPreset", "setterModel" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : "

                                                                                                              A section of the response body that provides information about the preset that is created.

                                                                                                              ", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarning", "beanStyleSetterMethodName" : "setWarning", "c2jName" : "Warning", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable 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 #warning(String)}.\n@param warning a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #warning(String)", "deprecated" : false, "documentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warning", "fluentSetterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warning", "getterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@return If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable 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" : "Warning", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warning", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Warning", "setterDocumentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              \n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.", "setterMethodName" : "setWarning", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : "

                                                                                                              If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreatePresetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "CreatePresetResponse", "variableName" : "createPresetResponse", "variableType" : "CreatePresetResponse", "documentation" : null, "simpleType" : "CreatePresetResponse", "variableSetterType" : "CreatePresetResponse" }, "wrapper" : false }, "DeletePipelineRequest" : { "c2jName" : "DeletePipelineRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The DeletePipelineRequest structure.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeletePipeline", "locationName" : null, "requestUri" : "/2012-09-25/pipelines/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want 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 #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" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@param id The identifier of the pipeline that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@return The identifier of the pipeline that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@param id The identifier of the pipeline that you want to delete.", "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" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want 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 #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" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@param id The identifier of the pipeline that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@return The identifier of the pipeline that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@param id The identifier of the pipeline that you want to delete.", "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" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want 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 #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" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@param id The identifier of the pipeline that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@return The identifier of the pipeline that you want to delete.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              \n@param id The identifier of the pipeline that you want to delete.", "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" : "

                                                                                                              The identifier of the pipeline that you want to delete.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "DeletePipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeletePipelineRequest", "variableName" : "deletePipelineRequest", "variableType" : "DeletePipelineRequest", "documentation" : null, "simpleType" : "DeletePipelineRequest", "variableSetterType" : "DeletePipelineRequest" }, "wrapper" : false }, "DeletePipelineResponse" : { "c2jName" : "DeletePipelineResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The DeletePipelineResponse structure.

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

                                                                                                              The DeletePresetRequest structure.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeletePreset", "locationName" : null, "requestUri" : "/2012-09-25/presets/{Id}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@return The identifier of the preset for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@param id The identifier of the preset for which you want to get detailed information.", "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" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@return The identifier of the preset for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@param id The identifier of the preset for which you want to get detailed information.", "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" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@return The identifier of the preset for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              \n@param id The identifier of the preset for which you want to get detailed information.", "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" : "

                                                                                                              The identifier of the preset for which you want to get detailed information.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "DeletePresetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeletePresetRequest", "variableName" : "deletePresetRequest", "variableType" : "DeletePresetRequest", "documentation" : null, "simpleType" : "DeletePresetRequest", "variableSetterType" : "DeletePresetRequest" }, "wrapper" : false }, "DeletePresetResponse" : { "c2jName" : "DeletePresetResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The DeletePresetResponse structure.

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

                                                                                                              The detected properties of the input file. Elastic Transcoder identifies these values from the input file.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getWidth", "beanStyleSetterMethodName" : "setWidth", "c2jName" : "Width", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \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 #width(Integer)}.\n@param width 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 #width(Integer)", "deprecated" : false, "documentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "width", "fluentSetterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@param width The detected width of the input file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "width", "getterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@return The detected width of the input file, in pixels.", "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" : "Width", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Width", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Width", "setterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@param width The detected width of the input file, in pixels.", "setterMethodName" : "setWidth", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeight", "beanStyleSetterMethodName" : "setHeight", "c2jName" : "Height", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \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 #height(Integer)}.\n@param height 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 #height(Integer)", "deprecated" : false, "documentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "height", "fluentSetterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@param height The detected height of the input file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "height", "getterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@return The detected height of the input file, in pixels.", "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" : "Height", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Height", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Height", "setterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@param height The detected height of the input file, in pixels.", "setterMethodName" : "setHeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

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

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@param frameRate The detected frame rate of the input file, in frames per second.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@return The detected frame rate of the input file, in frames per second.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@param frameRate The detected frame rate of the input file, in frames per second.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileSize", "beanStyleSetterMethodName" : "setFileSize", "c2jName" : "FileSize", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \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 #fileSize(Long)}.\n@param fileSize 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 #fileSize(Long)", "deprecated" : false, "documentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileSize", "fluentSetterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@param fileSize The detected file size of the input file, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileSize", "getterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@return The detected file size of the input file, in bytes.", "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" : "FileSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FileSize", "setterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@param fileSize The detected file size of the input file, in bytes.", "setterMethodName" : "setFileSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDurationMillis", "beanStyleSetterMethodName" : "setDurationMillis", "c2jName" : "DurationMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \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 #durationMillis(Long)}.\n@param durationMillis 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 #durationMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationMillis", "fluentSetterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@param durationMillis The detected duration of the input file, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationMillis", "getterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@return The detected duration of the input file, in milliseconds.", "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" : "DurationMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DurationMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "DurationMillis", "setterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@param durationMillis The detected duration of the input file, in milliseconds.", "setterMethodName" : "setDurationMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DurationMillis" : { "beanStyleGetterMethodName" : "getDurationMillis", "beanStyleSetterMethodName" : "setDurationMillis", "c2jName" : "DurationMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \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 #durationMillis(Long)}.\n@param durationMillis 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 #durationMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationMillis", "fluentSetterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@param durationMillis The detected duration of the input file, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationMillis", "getterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@return The detected duration of the input file, in milliseconds.", "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" : "DurationMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DurationMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "DurationMillis", "setterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@param durationMillis The detected duration of the input file, in milliseconds.", "setterMethodName" : "setDurationMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FileSize" : { "beanStyleGetterMethodName" : "getFileSize", "beanStyleSetterMethodName" : "setFileSize", "c2jName" : "FileSize", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \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 #fileSize(Long)}.\n@param fileSize 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 #fileSize(Long)", "deprecated" : false, "documentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileSize", "fluentSetterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@param fileSize The detected file size of the input file, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileSize", "getterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@return The detected file size of the input file, in bytes.", "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" : "FileSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FileSize", "setterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@param fileSize The detected file size of the input file, in bytes.", "setterMethodName" : "setFileSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FrameRate" : { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

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

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@param frameRate The detected frame rate of the input file, in frames per second.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@return The detected frame rate of the input file, in frames per second.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@param frameRate The detected frame rate of the input file, in frames per second.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Height" : { "beanStyleGetterMethodName" : "getHeight", "beanStyleSetterMethodName" : "setHeight", "c2jName" : "Height", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \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 #height(Integer)}.\n@param height 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 #height(Integer)", "deprecated" : false, "documentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "height", "fluentSetterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@param height The detected height of the input file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "height", "getterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@return The detected height of the input file, in pixels.", "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" : "Height", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Height", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Height", "setterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@param height The detected height of the input file, in pixels.", "setterMethodName" : "setHeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Width" : { "beanStyleGetterMethodName" : "getWidth", "beanStyleSetterMethodName" : "setWidth", "c2jName" : "Width", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \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 #width(Integer)}.\n@param width 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 #width(Integer)", "deprecated" : false, "documentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "width", "fluentSetterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@param width The detected width of the input file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "width", "getterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@return The detected width of the input file, in pixels.", "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" : "Width", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Width", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Width", "setterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@param width The detected width of the input file, in pixels.", "setterMethodName" : "setWidth", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getWidth", "beanStyleSetterMethodName" : "setWidth", "c2jName" : "Width", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \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 #width(Integer)}.\n@param width 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 #width(Integer)", "deprecated" : false, "documentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "width", "fluentSetterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@param width The detected width of the input file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "width", "getterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@return The detected width of the input file, in pixels.", "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" : "Width", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Width", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Width", "setterDocumentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              \n@param width The detected width of the input file, in pixels.", "setterMethodName" : "setWidth", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : "

                                                                                                              The detected width of the input file, in pixels.

                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeight", "beanStyleSetterMethodName" : "setHeight", "c2jName" : "Height", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \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 #height(Integer)}.\n@param height 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 #height(Integer)", "deprecated" : false, "documentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "height", "fluentSetterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@param height The detected height of the input file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "height", "getterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@return The detected height of the input file, in pixels.", "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" : "Height", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Height", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Height", "setterDocumentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              \n@param height The detected height of the input file, in pixels.", "setterMethodName" : "setHeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : "

                                                                                                              The detected height of the input file, in pixels.

                                                                                                              ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

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

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@param frameRate The detected frame rate of the input file, in frames per second.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@return The detected frame rate of the input file, in frames per second.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              \n@param frameRate The detected frame rate of the input file, in frames per second.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                              The detected frame rate of the input file, in frames per second.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileSize", "beanStyleSetterMethodName" : "setFileSize", "c2jName" : "FileSize", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \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 #fileSize(Long)}.\n@param fileSize 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 #fileSize(Long)", "deprecated" : false, "documentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileSize", "fluentSetterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@param fileSize The detected file size of the input file, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileSize", "getterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@return The detected file size of the input file, in bytes.", "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" : "FileSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FileSize", "setterDocumentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              \n@param fileSize The detected file size of the input file, in bytes.", "setterMethodName" : "setFileSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : "

                                                                                                              The detected file size of the input file, in bytes.

                                                                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDurationMillis", "beanStyleSetterMethodName" : "setDurationMillis", "c2jName" : "DurationMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \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 #durationMillis(Long)}.\n@param durationMillis 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 #durationMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationMillis", "fluentSetterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@param durationMillis The detected duration of the input file, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationMillis", "getterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@return The detected duration of the input file, in milliseconds.", "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" : "DurationMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DurationMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "DurationMillis", "setterDocumentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              \n@param durationMillis The detected duration of the input file, in milliseconds.", "setterMethodName" : "setDurationMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : "

                                                                                                              The detected duration of the input file, in milliseconds.

                                                                                                              ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DetectedProperties", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DetectedProperties", "variableName" : "detectedProperties", "variableType" : "DetectedProperties", "documentation" : null, "simpleType" : "DetectedProperties", "variableSetterType" : "DetectedProperties" }, "wrapper" : false }, "Encryption" : { "c2jName" : "Encryption", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The encryption settings, if any, that are used for decrypting your input files or encrypting your output files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file, otherwise you must specify the mode you want Elastic Transcoder to use to encrypt your output files.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMode", "beanStyleSetterMethodName" : "setMode", "c2jName" : "Mode", "c2jShape" : "EncryptionMode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your 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 #mode(String)}.\n@param mode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mode(String)", "deprecated" : false, "documentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mode", "fluentSetterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

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

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@return The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your 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" : "Mode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Mode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Mode", "setterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "setterMethodName" : "setMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mode", "variableType" : "String", "documentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

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

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@return The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

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

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@return The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

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

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InitializationVector" : { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

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

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

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

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@return The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyMd5" : { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

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

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@return The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Mode" : { "beanStyleGetterMethodName" : "getMode", "beanStyleSetterMethodName" : "setMode", "c2jName" : "Mode", "c2jShape" : "EncryptionMode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your 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 #mode(String)}.\n@param mode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mode(String)", "deprecated" : false, "documentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mode", "fluentSetterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

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

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@return The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your 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" : "Mode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Mode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Mode", "setterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "setterMethodName" : "setMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mode", "variableType" : "String", "documentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMode", "beanStyleSetterMethodName" : "setMode", "c2jName" : "Mode", "c2jShape" : "EncryptionMode", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your 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 #mode(String)}.\n@param mode a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #mode(String)", "deprecated" : false, "documentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mode", "fluentSetterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

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

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@return The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your 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" : "Mode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Mode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Mode", "setterDocumentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              \n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "setterMethodName" : "setMode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mode", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mode", "variableType" : "String", "documentation" : "

                                                                                                              The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:

                                                                                                              • S3: Amazon S3 creates and manages the keys used for encrypting your files.

                                                                                                              • S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify S3-AWS-KMS and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.

                                                                                                              • AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.

                                                                                                              • AES-CTR: AES Counter Mode.

                                                                                                              • AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with fails the decryption process.

                                                                                                              For all three AES options, you must provide the following settings, which must be base64-encoded:

                                                                                                              • Key

                                                                                                              • Key MD5

                                                                                                              • Initialization Vector

                                                                                                              For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

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

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@return The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              \n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                              The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              The key must also be encrypted by using the Amazon Key Management Service.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

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

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@return The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                              The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

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

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Encryption", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "wrapper" : false }, "HlsContentProtection" : { "c2jName" : "HlsContentProtection", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to your output files.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMethod", "beanStyleSetterMethodName" : "setMethod", "c2jName" : "Method", "c2jShape" : "HlsContentProtectionMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

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

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "method", "fluentSetterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@param method The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "method", "getterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@return The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Method", "setterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@param method The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.", "setterMethodName" : "setMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "method", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "method", "variableType" : "String", "documentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

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

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@param key If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@return If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@param key If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

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

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@param keyMd5 If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@return If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@param keyMd5 If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

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

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@param initializationVector If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@return If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@param initializationVector If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLicenseAcquisitionUrl", "beanStyleSetterMethodName" : "setLicenseAcquisitionUrl", "c2jName" : "LicenseAcquisitionUrl", "c2jShape" : "ZeroTo512String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

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

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "licenseAcquisitionUrl", "fluentSetterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "licenseAcquisitionUrl", "getterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@return The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LicenseAcquisitionUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LicenseAcquisitionUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LicenseAcquisitionUrl", "setterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.", "setterMethodName" : "setLicenseAcquisitionUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyStoragePolicy", "beanStyleSetterMethodName" : "setKeyStoragePolicy", "c2jName" : "KeyStoragePolicy", "c2jShape" : "KeyStoragePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

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

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyStoragePolicy", "fluentSetterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@param keyStoragePolicy Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyStoragePolicy", "getterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@return Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyStoragePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyStoragePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyStoragePolicy", "setterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@param keyStoragePolicy Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.", "setterMethodName" : "setKeyStoragePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyStoragePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyStoragePolicy", "variableType" : "String", "documentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InitializationVector" : { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

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

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@param initializationVector If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@return If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@param initializationVector If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

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

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@param key If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@return If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@param key If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyMd5" : { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

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

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@param keyMd5 If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@return If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@param keyMd5 If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyStoragePolicy" : { "beanStyleGetterMethodName" : "getKeyStoragePolicy", "beanStyleSetterMethodName" : "setKeyStoragePolicy", "c2jName" : "KeyStoragePolicy", "c2jShape" : "KeyStoragePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

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

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyStoragePolicy", "fluentSetterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@param keyStoragePolicy Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyStoragePolicy", "getterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@return Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyStoragePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyStoragePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyStoragePolicy", "setterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@param keyStoragePolicy Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.", "setterMethodName" : "setKeyStoragePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyStoragePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyStoragePolicy", "variableType" : "String", "documentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LicenseAcquisitionUrl" : { "beanStyleGetterMethodName" : "getLicenseAcquisitionUrl", "beanStyleSetterMethodName" : "setLicenseAcquisitionUrl", "c2jName" : "LicenseAcquisitionUrl", "c2jShape" : "ZeroTo512String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

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

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "licenseAcquisitionUrl", "fluentSetterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "licenseAcquisitionUrl", "getterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@return The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LicenseAcquisitionUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LicenseAcquisitionUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LicenseAcquisitionUrl", "setterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.", "setterMethodName" : "setLicenseAcquisitionUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Method" : { "beanStyleGetterMethodName" : "getMethod", "beanStyleSetterMethodName" : "setMethod", "c2jName" : "Method", "c2jShape" : "HlsContentProtectionMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

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

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "method", "fluentSetterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@param method The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "method", "getterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@return The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Method", "setterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@param method The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.", "setterMethodName" : "setMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "method", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "method", "variableType" : "String", "documentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMethod", "beanStyleSetterMethodName" : "setMethod", "c2jName" : "Method", "c2jShape" : "HlsContentProtectionMethod", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

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

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "method", "fluentSetterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@param method The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "method", "getterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@return The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Method", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Method", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Method", "setterDocumentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              \n@param method The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.", "setterMethodName" : "setMethod", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "method", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "method", "variableType" : "String", "documentation" : "

                                                                                                              The content protection method for your output. The only valid value is: aes-128.

                                                                                                              This value is written into the method attribute of the EXT-X-KEY metadata tag in the output playlist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

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

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@param key If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@return If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              \n@param key If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                              If you want Elastic Transcoder to generate a key for you, leave this field blank.

                                                                                                              If you choose to supply your own key, you must encrypt the key by using AWS KMS. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                              128, 192, or 256.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "Base64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

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

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@param keyMd5 If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@return If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              \n@param keyMd5 If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The MD5 digest of the key that you want Elastic Transcoder to use to encrypt your output file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64- encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

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

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@param initializationVector If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@return If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              \n@param initializationVector If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                              If Elastic Transcoder is generating your key for you, you must leave this field blank.

                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLicenseAcquisitionUrl", "beanStyleSetterMethodName" : "setLicenseAcquisitionUrl", "c2jName" : "LicenseAcquisitionUrl", "c2jShape" : "ZeroTo512String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

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

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "licenseAcquisitionUrl", "fluentSetterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "licenseAcquisitionUrl", "getterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@return The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LicenseAcquisitionUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LicenseAcquisitionUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LicenseAcquisitionUrl", "setterDocumentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.", "setterMethodName" : "setLicenseAcquisitionUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : "

                                                                                                              The location of the license key required to decrypt your HLS playlist. The URL must be an absolute path, and is referenced in the URI attribute of the EXT-X-KEY metadata tag in the playlist file.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyStoragePolicy", "beanStyleSetterMethodName" : "setKeyStoragePolicy", "c2jName" : "KeyStoragePolicy", "c2jShape" : "KeyStoragePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

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

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyStoragePolicy", "fluentSetterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@param keyStoragePolicy Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyStoragePolicy", "getterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@return Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyStoragePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyStoragePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyStoragePolicy", "setterDocumentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              \n@param keyStoragePolicy Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.", "setterMethodName" : "setKeyStoragePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyStoragePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyStoragePolicy", "variableType" : "String", "documentation" : "

                                                                                                              Specify whether you want Elastic Transcoder to write your HLS license key to an Amazon S3 bucket. If you choose WithVariantPlaylists, LicenseAcquisitionUrl must be left blank and Elastic Transcoder writes your data key into the same bucket as the associated playlist.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "HlsContentProtection", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : null, "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "wrapper" : false }, "IncompatibleVersionException" : { "c2jName" : "IncompatibleVersionException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : "IncompatibleVersionException", "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IncompatibleVersionException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IncompatibleVersionException", "variableName" : "incompatibleVersionException", "variableType" : "IncompatibleVersionException", "documentation" : null, "simpleType" : "IncompatibleVersionException", "variableSetterType" : "IncompatibleVersionException" }, "wrapper" : false }, "InputCaptions" : { "c2jName" : "InputCaptions", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              The captions to be created, if any.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "CaptionMergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

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

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptionSources", "beanStyleSetterMethodName" : "setCaptionSources", "c2jName" : "CaptionSources", "c2jShape" : "CaptionSources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \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 #captionSources(List)}.\n@param captionSources 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 #captionSources(List)", "deprecated" : false, "documentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionSources", "fluentSetterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionSources", "getterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n

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

                                                                                                              \n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "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" : "CaptionSources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionSources", "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" : "CaptionSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionSource", "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" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : null, "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : "", "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionSource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionSource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionSources", "setterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "setterMethodName" : "setCaptionSources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "CaptionSources" : { "beanStyleGetterMethodName" : "getCaptionSources", "beanStyleSetterMethodName" : "setCaptionSources", "c2jName" : "CaptionSources", "c2jShape" : "CaptionSources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \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 #captionSources(List)}.\n@param captionSources 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 #captionSources(List)", "deprecated" : false, "documentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionSources", "fluentSetterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionSources", "getterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n

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

                                                                                                              \n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "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" : "CaptionSources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionSources", "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" : "CaptionSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionSource", "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" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : null, "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : "", "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionSource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionSource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionSources", "setterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "setterMethodName" : "setCaptionSources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "MergePolicy" : { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "CaptionMergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

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

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "CaptionMergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

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

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@return A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple captions.

                                                                                                              • MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.

                                                                                                              • MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If CaptionSources is empty, Elastic Transcoder omits all sidecar captions from the output files.

                                                                                                              • Override: Elastic Transcoder transcodes only the sidecar captions that you specify in CaptionSources.

                                                                                                              MergePolicy cannot be null.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptionSources", "beanStyleSetterMethodName" : "setCaptionSources", "c2jName" : "CaptionSources", "c2jShape" : "CaptionSources", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \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 #captionSources(List)}.\n@param captionSources 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 #captionSources(List)", "deprecated" : false, "documentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captionSources", "fluentSetterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captionSources", "getterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n

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

                                                                                                              \n@return Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "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" : "CaptionSources", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CaptionSources", "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" : "CaptionSource", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CaptionSource.Builder} avoiding the need to create one manually via {@link CaptionSource#builder()}.\n\nWhen the {@link Consumer} completes, {@link CaptionSource.Builder#build()} is called immediately and its result is passed to {@link #member(CaptionSource)}.\n@param member a consumer that will call methods on {@link CaptionSource.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CaptionSource)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "CaptionSource", "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" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : null, "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "simple" : false, "variable" : { "variableDeclarationType" : "CaptionSource", "variableName" : "member", "variableType" : "CaptionSource", "documentation" : "", "simpleType" : "CaptionSource", "variableSetterType" : "CaptionSource" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "CaptionSource", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "CaptionSource", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "CaptionSources", "setterDocumentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              \n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.", "setterMethodName" : "setCaptionSources", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "captionSources", "variableType" : "java.util.List", "documentation" : "

                                                                                                              Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources blank.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InputCaptions", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InputCaptions", "variableName" : "inputCaptions", "variableType" : "InputCaptions", "documentation" : null, "simpleType" : "InputCaptions", "variableSetterType" : "InputCaptions" }, "wrapper" : false }, "InternalServiceException" : { "c2jName" : "InternalServiceException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                              Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.

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

                                                                                                              A section of the response body that provides information about the job that is created.

                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                              The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                              The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                              \n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                              The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                              \n@return The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.", "getterModel" : { "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" : "

                                                                                                              The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                              \n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.", "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" : "

                                                                                                              The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the job.

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

                                                                                                              The Amazon Resource Name (ARN) for the job.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the job.

                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the job.

                                                                                                              \n@return The Amazon Resource Name (ARN) for the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the job.

                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the job.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                              The Amazon Resource Name (ARN) for the job.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                                                                              The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                                                                              The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                              \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                                                                              The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                              \n@return The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                                                                              The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                              \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                                                                              The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                                                                              A section of the request or response body that provides information about the file that is being transcoded.

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

                                                                                                              A section of the request or response body that provides information about the file that is being transcoded.

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

                                                                                                              A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                              \n@param input A section of the request or response body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                              A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                              \n@return A section of the request or response body that provides information about the file that is being transcoded.", "getterModel" : { "returnType" : "JobInput", "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" : "

                                                                                                              A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                              \n@param input A section of the request or response body that provides information about the file that is being transcoded.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : "

                                                                                                              A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                              ", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "JobInputs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one 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 #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" : "

                                                                                                              Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

                                                                                                              Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                              \n@param inputs Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

                                                                                                              Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                              \n

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

                                                                                                              \n@return Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one 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" : "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" : "JobInput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobInput.Builder} avoiding the need to create one manually via {@link JobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobInput.Builder#build()} is called immediately and its result is passed to {@link #member(JobInput)}.\n@param member a consumer that will call methods on {@link JobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobInput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobInput", "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" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : "", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobInput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobInput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

                                                                                                              Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                              \n@param inputs Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.", "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" : "

                                                                                                              Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "JobOutput", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.

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

                                                                                                              If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.

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

                                                                                                              If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                              \n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                              If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                              \n@return If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.", "getterModel" : { "returnType" : "JobOutput", "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" : "

                                                                                                              If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                              \n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "JobOutput", "variableName" : "output", "variableType" : "JobOutput", "documentation" : null, "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobOutput", "variableName" : "output", "variableType" : "JobOutput", "documentation" : "

                                                                                                              If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                              Outputs recommended instead.

                                                                                                              A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                              ", "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "JobOutputs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                              \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" : "

                                                                                                              Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

                                                                                                              Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                              \n@param outputs Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

                                                                                                              Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                              \n

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

                                                                                                              \n@return Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.", "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" : "JobOutput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobOutput.Builder} avoiding the need to create one manually via {@link JobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobOutput.Builder#build()} is called immediately and its result is passed to {@link #member(JobOutput)}.\n@param member a consumer that will call methods on {@link JobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobOutput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobOutput", "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" : "JobOutput", "variableName" : "member", "variableType" : "JobOutput", "documentation" : null, "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobOutput", "variableName" : "member", "variableType" : "JobOutput", "documentation" : "", "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobOutput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobOutput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

                                                                                                              Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                              \n@param outputs Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.", "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" : "

                                                                                                              Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                              If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputKeyPrefix", "beanStyleSetterMethodName" : "setOutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

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

                                                                                                              The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeyPrefix", "fluentSetterDocumentation" : "

                                                                                                              The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                              \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeyPrefix", "getterDocumentation" : "

                                                                                                              The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                              \n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputKeyPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputKeyPrefix", "setterDocumentation" : "

                                                                                                              The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                              \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.", "setterMethodName" : "setOutputKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : "

                                                                                                              The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPlaylists", "beanStyleSetterMethodName" : "setPlaylists", "c2jName" : "Playlists", "c2jShape" : "Playlists", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.

                                                                                                              \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 #playlists(List)}.\n@param playlists 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 #playlists(List)", "deprecated" : false, "documentation" : "

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playlists", "fluentSetterDocumentation" : "

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.

                                                                                                              \n@param playlists

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playlists", "getterDocumentation" : "

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.

                                                                                                              \n

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

                                                                                                              \n@return

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.", "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" : "Playlists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Playlists", "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" : "Playlist", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Playlist.Builder} avoiding the need to create one manually via {@link Playlist#builder()}.\n\nWhen the {@link Consumer} completes, {@link Playlist.Builder#build()} is called immediately and its result is passed to {@link #member(Playlist)}.\n@param member a consumer that will call methods on {@link Playlist.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Playlist)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Playlist", "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" : "Playlist", "variableName" : "member", "variableType" : "Playlist", "documentation" : null, "simpleType" : "Playlist", "variableSetterType" : "Playlist" }, "simple" : false, "variable" : { "variableDeclarationType" : "Playlist", "variableName" : "member", "variableType" : "Playlist", "documentation" : "", "simpleType" : "Playlist", "variableSetterType" : "Playlist" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Playlist", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Playlist", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Playlists", "setterDocumentation" : "

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.

                                                                                                              \n@param playlists

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.", "setterMethodName" : "setPlaylists", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : "

                                                                                                              Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                              If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                              The maximum number of master playlists in a job is 30.

                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                              The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                              The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                              \n@param status The status of the job: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                              The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                              \n@return The status of the job: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                              The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                              \n@param status The status of the job: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                              The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUserMetadata", "beanStyleSetterMethodName" : "setUserMetadata", "c2jName" : "UserMetadata", "c2jShape" : "UserMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                              User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                              Metadata keys and values must use characters from the following list:

                                                                                                              • 0-9

                                                                                                              • A-Z and a-z

                                                                                                              • Space

                                                                                                              • The following symbols: _.:/=+-%@

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

                                                                                                              User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                              Metadata keys and values must use characters from the following list:

                                                                                                              • 0-9

                                                                                                              • A-Z and a-z

                                                                                                              • Space

                                                                                                              • The following symbols: _.:/=+-%@

                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userMetadata", "fluentSetterDocumentation" : "

                                                                                                              User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                              Metadata keys and values must use characters from the following list:

                                                                                                              • 0-9

                                                                                                              • A-Z and a-z

                                                                                                              • Space

                                                                                                              • The following symbols: _.:/=+-%@

                                                                                                              \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                              Metadata keys and values must use characters from the following list:

                                                                                                              • 0-9

                                                                                                              • A-Z and a-z

                                                                                                              • Space

                                                                                                              • The following symbols: _.:/=+-%@

                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userMetadata", "getterDocumentation" : "

                                                                                                                User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                Metadata keys and values must use characters from the following list:

                                                                                                                • 0-9

                                                                                                                • A-Z and a-z

                                                                                                                • Space

                                                                                                                • The following symbols: _.:/=+-%@

                                                                                                                \n

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

                                                                                                                \n@return User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                Metadata keys and values must use characters from the following list:

                                                                                                                • 0-9

                                                                                                                • A-Z and a-z

                                                                                                                • Space

                                                                                                                • The following symbols: _.:/=+-%@

                                                                                                                • ", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "UserMetadata", "setterDocumentation" : "

                                                                                                                  User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                  Metadata keys and values must use characters from the following list:

                                                                                                                  • 0-9

                                                                                                                  • A-Z and a-z

                                                                                                                  • Space

                                                                                                                  • The following symbols: _.:/=+-%@

                                                                                                                  \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                  Metadata keys and values must use characters from the following list:

                                                                                                                  • 0-9

                                                                                                                  • A-Z and a-z

                                                                                                                  • Space

                                                                                                                  • The following symbols: _.:/=+-%@

                                                                                                                  • ", "setterMethodName" : "setUserMetadata", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                    User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                    Metadata keys and values must use characters from the following list:

                                                                                                                    • 0-9

                                                                                                                    • A-Z and a-z

                                                                                                                    • Space

                                                                                                                    • The following symbols: _.:/=+-%@

                                                                                                                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTiming", "beanStyleSetterMethodName" : "setTiming", "c2jName" : "Timing", "c2jShape" : "Timing", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Details about the timing of a job.

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

                                                                                                                    Details about the timing of a job.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timing", "fluentSetterDocumentation" : "

                                                                                                                    Details about the timing of a job.

                                                                                                                    \n@param timing Details about the timing of a job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timing", "getterDocumentation" : "

                                                                                                                    Details about the timing of a job.

                                                                                                                    \n@return Details about the timing of a job.", "getterModel" : { "returnType" : "Timing", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Timing", "setterDocumentation" : "

                                                                                                                    Details about the timing of a job.

                                                                                                                    \n@param timing Details about the timing of a job.", "setterMethodName" : "setTiming", "setterModel" : { "variableDeclarationType" : "Timing", "variableName" : "timing", "variableType" : "Timing", "documentation" : null, "simpleType" : "Timing", "variableSetterType" : "Timing" }, "simple" : false, "variable" : { "variableDeclarationType" : "Timing", "variableName" : "timing", "variableType" : "Timing", "documentation" : "

                                                                                                                    Details about the timing of a job.

                                                                                                                    ", "simpleType" : "Timing", "variableSetterType" : "Timing" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) for the job.

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

                                                                                                                    The Amazon Resource Name (ARN) for the job.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) for the job.

                                                                                                                    \n@param arn The Amazon Resource Name (ARN) for the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) for the job.

                                                                                                                    \n@return The Amazon Resource Name (ARN) for the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                    The Amazon Resource Name (ARN) for the job.

                                                                                                                    \n@param arn The Amazon Resource Name (ARN) for the job.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                    The Amazon Resource Name (ARN) for the job.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                    The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                    The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                    \n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                    The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                    \n@return The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.", "getterModel" : { "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" : "

                                                                                                                    The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                    \n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.", "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" : "

                                                                                                                    The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

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

                                                                                                                    A section of the request or response body that provides information about the file that is being transcoded.

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

                                                                                                                    A section of the request or response body that provides information about the file that is being transcoded.

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

                                                                                                                    A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                                    \n@param input A section of the request or response body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                    A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                                    \n@return A section of the request or response body that provides information about the file that is being transcoded.", "getterModel" : { "returnType" : "JobInput", "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" : "

                                                                                                                    A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                                    \n@param input A section of the request or response body that provides information about the file that is being transcoded.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : "

                                                                                                                    A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                                    ", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, "Inputs" : { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "JobInputs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one 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 #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" : "

                                                                                                                    Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

                                                                                                                    Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                    \n@param inputs Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

                                                                                                                    Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                    \n

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

                                                                                                                    \n@return Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one 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" : "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" : "JobInput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobInput.Builder} avoiding the need to create one manually via {@link JobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobInput.Builder#build()} is called immediately and its result is passed to {@link #member(JobInput)}.\n@param member a consumer that will call methods on {@link JobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobInput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobInput", "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" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : "", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobInput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobInput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

                                                                                                                    Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                    \n@param inputs Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.", "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" : "

                                                                                                                    Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Output" : { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "JobOutput", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.

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

                                                                                                                    If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.

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

                                                                                                                    If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                                    \n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                    If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                                    \n@return If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.", "getterModel" : { "returnType" : "JobOutput", "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" : "

                                                                                                                    If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                                    \n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "JobOutput", "variableName" : "output", "variableType" : "JobOutput", "documentation" : null, "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobOutput", "variableName" : "output", "variableType" : "JobOutput", "documentation" : "

                                                                                                                    If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                    Outputs recommended instead.

                                                                                                                    A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                                    ", "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "xmlNameSpaceUri" : null }, "OutputKeyPrefix" : { "beanStyleGetterMethodName" : "getOutputKeyPrefix", "beanStyleSetterMethodName" : "setOutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

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

                                                                                                                    The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeyPrefix", "fluentSetterDocumentation" : "

                                                                                                                    The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                    \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeyPrefix", "getterDocumentation" : "

                                                                                                                    The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                    \n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputKeyPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputKeyPrefix", "setterDocumentation" : "

                                                                                                                    The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                    \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.", "setterMethodName" : "setOutputKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : "

                                                                                                                    The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Outputs" : { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "JobOutputs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                    \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" : "

                                                                                                                    Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

                                                                                                                    Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                    \n@param outputs Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

                                                                                                                    Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                    \n

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

                                                                                                                    \n@return Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.", "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" : "JobOutput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobOutput.Builder} avoiding the need to create one manually via {@link JobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobOutput.Builder#build()} is called immediately and its result is passed to {@link #member(JobOutput)}.\n@param member a consumer that will call methods on {@link JobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobOutput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobOutput", "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" : "JobOutput", "variableName" : "member", "variableType" : "JobOutput", "documentation" : null, "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobOutput", "variableName" : "member", "variableType" : "JobOutput", "documentation" : "", "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobOutput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobOutput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

                                                                                                                    Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                    \n@param outputs Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.", "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" : "

                                                                                                                    Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                    If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PipelineId" : { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                                                                                    The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                                                                                    The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                    \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                                                                                    The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                    \n@return The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                                                                                    The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                    \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                                                                                    The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Playlists" : { "beanStyleGetterMethodName" : "getPlaylists", "beanStyleSetterMethodName" : "setPlaylists", "c2jName" : "Playlists", "c2jShape" : "Playlists", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.

                                                                                                                    \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 #playlists(List)}.\n@param playlists 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 #playlists(List)", "deprecated" : false, "documentation" : "

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playlists", "fluentSetterDocumentation" : "

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.

                                                                                                                    \n@param playlists

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playlists", "getterDocumentation" : "

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.

                                                                                                                    \n

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

                                                                                                                    \n@return

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.", "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" : "Playlists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Playlists", "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" : "Playlist", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Playlist.Builder} avoiding the need to create one manually via {@link Playlist#builder()}.\n\nWhen the {@link Consumer} completes, {@link Playlist.Builder#build()} is called immediately and its result is passed to {@link #member(Playlist)}.\n@param member a consumer that will call methods on {@link Playlist.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Playlist)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Playlist", "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" : "Playlist", "variableName" : "member", "variableType" : "Playlist", "documentation" : null, "simpleType" : "Playlist", "variableSetterType" : "Playlist" }, "simple" : false, "variable" : { "variableDeclarationType" : "Playlist", "variableName" : "member", "variableType" : "Playlist", "documentation" : "", "simpleType" : "Playlist", "variableSetterType" : "Playlist" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Playlist", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Playlist", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Playlists", "setterDocumentation" : "

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.

                                                                                                                    \n@param playlists

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.", "setterMethodName" : "setPlaylists", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : "

                                                                                                                    Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                    If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                    The maximum number of master playlists in a job is 30.

                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                                    The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                    The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                    \n@param status The status of the job: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                    The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                    \n@return The status of the job: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                    The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                    \n@param status The status of the job: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                    The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Timing" : { "beanStyleGetterMethodName" : "getTiming", "beanStyleSetterMethodName" : "setTiming", "c2jName" : "Timing", "c2jShape" : "Timing", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    Details about the timing of a job.

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

                                                                                                                    Details about the timing of a job.

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timing", "fluentSetterDocumentation" : "

                                                                                                                    Details about the timing of a job.

                                                                                                                    \n@param timing Details about the timing of a job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timing", "getterDocumentation" : "

                                                                                                                    Details about the timing of a job.

                                                                                                                    \n@return Details about the timing of a job.", "getterModel" : { "returnType" : "Timing", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Timing", "setterDocumentation" : "

                                                                                                                    Details about the timing of a job.

                                                                                                                    \n@param timing Details about the timing of a job.", "setterMethodName" : "setTiming", "setterModel" : { "variableDeclarationType" : "Timing", "variableName" : "timing", "variableType" : "Timing", "documentation" : null, "simpleType" : "Timing", "variableSetterType" : "Timing" }, "simple" : false, "variable" : { "variableDeclarationType" : "Timing", "variableName" : "timing", "variableType" : "Timing", "documentation" : "

                                                                                                                    Details about the timing of a job.

                                                                                                                    ", "simpleType" : "Timing", "variableSetterType" : "Timing" }, "xmlNameSpaceUri" : null }, "UserMetadata" : { "beanStyleGetterMethodName" : "getUserMetadata", "beanStyleSetterMethodName" : "setUserMetadata", "c2jName" : "UserMetadata", "c2jShape" : "UserMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                    User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                    Metadata keys and values must use characters from the following list:

                                                                                                                    • 0-9

                                                                                                                    • A-Z and a-z

                                                                                                                    • Space

                                                                                                                    • The following symbols: _.:/=+-%@

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

                                                                                                                    User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                    Metadata keys and values must use characters from the following list:

                                                                                                                    • 0-9

                                                                                                                    • A-Z and a-z

                                                                                                                    • Space

                                                                                                                    • The following symbols: _.:/=+-%@

                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userMetadata", "fluentSetterDocumentation" : "

                                                                                                                    User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                    Metadata keys and values must use characters from the following list:

                                                                                                                    • 0-9

                                                                                                                    • A-Z and a-z

                                                                                                                    • Space

                                                                                                                    • The following symbols: _.:/=+-%@

                                                                                                                    \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                    Metadata keys and values must use characters from the following list:

                                                                                                                    • 0-9

                                                                                                                    • A-Z and a-z

                                                                                                                    • Space

                                                                                                                    • The following symbols: _.:/=+-%@

                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userMetadata", "getterDocumentation" : "

                                                                                                                      User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                      Metadata keys and values must use characters from the following list:

                                                                                                                      • 0-9

                                                                                                                      • A-Z and a-z

                                                                                                                      • Space

                                                                                                                      • The following symbols: _.:/=+-%@

                                                                                                                      \n

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

                                                                                                                      \n@return User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                      Metadata keys and values must use characters from the following list:

                                                                                                                      • 0-9

                                                                                                                      • A-Z and a-z

                                                                                                                      • Space

                                                                                                                      • The following symbols: _.:/=+-%@

                                                                                                                      • ", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "UserMetadata", "setterDocumentation" : "

                                                                                                                        User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                        Metadata keys and values must use characters from the following list:

                                                                                                                        • 0-9

                                                                                                                        • A-Z and a-z

                                                                                                                        • Space

                                                                                                                        • The following symbols: _.:/=+-%@

                                                                                                                        \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                        Metadata keys and values must use characters from the following list:

                                                                                                                        • 0-9

                                                                                                                        • A-Z and a-z

                                                                                                                        • Space

                                                                                                                        • The following symbols: _.:/=+-%@

                                                                                                                        • ", "setterMethodName" : "setUserMetadata", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                          User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                          Metadata keys and values must use characters from the following list:

                                                                                                                          • 0-9

                                                                                                                          • A-Z and a-z

                                                                                                                          • Space

                                                                                                                          • The following symbols: _.:/=+-%@

                                                                                                                          ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                          The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                          The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                          \n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                          The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                          \n@return The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.", "getterModel" : { "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" : "

                                                                                                                          The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                          \n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.", "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" : "

                                                                                                                          The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the job.

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

                                                                                                                          The Amazon Resource Name (ARN) for the job.

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the job.

                                                                                                                          \n@param arn The Amazon Resource Name (ARN) for the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the job.

                                                                                                                          \n@return The Amazon Resource Name (ARN) for the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the job.

                                                                                                                          \n@param arn The Amazon Resource Name (ARN) for the job.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                          The Amazon Resource Name (ARN) for the job.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                                                                                          The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                                                                                          The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                          \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                                                                                          The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                          \n@return The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                                                                                          The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

                                                                                                                          \n@param pipelineId The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                                                                                          The Id of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.

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

                                                                                                                          A section of the request or response body that provides information about the file that is being transcoded.

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

                                                                                                                          A section of the request or response body that provides information about the file that is being transcoded.

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

                                                                                                                          A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                                          \n@param input A section of the request or response body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "input", "getterDocumentation" : "

                                                                                                                          A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                                          \n@return A section of the request or response body that provides information about the file that is being transcoded.", "getterModel" : { "returnType" : "JobInput", "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" : "

                                                                                                                          A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                                          \n@param input A section of the request or response body that provides information about the file that is being transcoded.", "setterMethodName" : "setInput", "setterModel" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "input", "variableType" : "JobInput", "documentation" : "

                                                                                                                          A section of the request or response body that provides information about the file that is being transcoded.

                                                                                                                          ", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputs", "beanStyleSetterMethodName" : "setInputs", "c2jName" : "Inputs", "c2jShape" : "JobInputs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one 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 #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" : "

                                                                                                                          Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputs", "fluentSetterDocumentation" : "

                                                                                                                          Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                          \n@param inputs Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputs", "getterDocumentation" : "

                                                                                                                          Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                          \n

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

                                                                                                                          \n@return Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one 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" : "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" : "JobInput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobInput.Builder} avoiding the need to create one manually via {@link JobInput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobInput.Builder#build()} is called immediately and its result is passed to {@link #member(JobInput)}.\n@param member a consumer that will call methods on {@link JobInput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobInput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobInput", "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" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "member", "variableType" : "JobInput", "documentation" : "", "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobInput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobInput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Inputs", "setterDocumentation" : "

                                                                                                                          Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                          \n@param inputs Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.", "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" : "

                                                                                                                          Information about the files that you're transcoding. If you specified multiple files for this job, Elastic Transcoder stitches the files together to make one output.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutput", "beanStyleSetterMethodName" : "setOutput", "c2jName" : "Output", "c2jShape" : "JobOutput", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.

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

                                                                                                                          If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.

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

                                                                                                                          If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                                          \n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "output", "getterDocumentation" : "

                                                                                                                          If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                                          \n@return If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.", "getterModel" : { "returnType" : "JobOutput", "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" : "

                                                                                                                          If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                                          \n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.", "setterMethodName" : "setOutput", "setterModel" : { "variableDeclarationType" : "JobOutput", "variableName" : "output", "variableType" : "JobOutput", "documentation" : null, "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobOutput", "variableName" : "output", "variableType" : "JobOutput", "documentation" : "

                                                                                                                          If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                          Outputs recommended instead.

                                                                                                                          A section of the request or response body that provides information about the transcoded (target) file.

                                                                                                                          ", "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputs", "beanStyleSetterMethodName" : "setOutputs", "c2jName" : "Outputs", "c2jShape" : "JobOutputs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                          \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" : "

                                                                                                                          Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputs", "fluentSetterDocumentation" : "

                                                                                                                          Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                          \n@param outputs Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputs", "getterDocumentation" : "

                                                                                                                          Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                          \n

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

                                                                                                                          \n@return Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.", "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" : "JobOutput", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobOutput.Builder} avoiding the need to create one manually via {@link JobOutput#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobOutput.Builder#build()} is called immediately and its result is passed to {@link #member(JobOutput)}.\n@param member a consumer that will call methods on {@link JobOutput.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobOutput)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobOutput", "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" : "JobOutput", "variableName" : "member", "variableType" : "JobOutput", "documentation" : null, "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobOutput", "variableName" : "member", "variableType" : "JobOutput", "documentation" : "", "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobOutput", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobOutput", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Outputs", "setterDocumentation" : "

                                                                                                                          Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                          \n@param outputs Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.", "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" : "

                                                                                                                          Information about the output files. We recommend that you use the Outputs syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both the Outputs and Output syntaxes in the same request. You can create a maximum of 30 outputs per job.

                                                                                                                          If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputKeyPrefix", "beanStyleSetterMethodName" : "setOutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

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

                                                                                                                          The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeyPrefix", "fluentSetterDocumentation" : "

                                                                                                                          The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                          \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeyPrefix", "getterDocumentation" : "

                                                                                                                          The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                          \n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputKeyPrefix", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeyPrefix", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputKeyPrefix", "setterDocumentation" : "

                                                                                                                          The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                          \n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.", "setterMethodName" : "setOutputKeyPrefix", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputKeyPrefix", "variableType" : "String", "documentation" : "

                                                                                                                          The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the OutputKeyPrefix.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPlaylists", "beanStyleSetterMethodName" : "setPlaylists", "c2jName" : "Playlists", "c2jShape" : "Playlists", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.

                                                                                                                          \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 #playlists(List)}.\n@param playlists 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 #playlists(List)", "deprecated" : false, "documentation" : "

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playlists", "fluentSetterDocumentation" : "

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.

                                                                                                                          \n@param playlists

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playlists", "getterDocumentation" : "

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.

                                                                                                                          \n

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

                                                                                                                          \n@return

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.", "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" : "Playlists", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Playlists", "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" : "Playlist", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Playlist.Builder} avoiding the need to create one manually via {@link Playlist#builder()}.\n\nWhen the {@link Consumer} completes, {@link Playlist.Builder#build()} is called immediately and its result is passed to {@link #member(Playlist)}.\n@param member a consumer that will call methods on {@link Playlist.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Playlist)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Playlist", "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" : "Playlist", "variableName" : "member", "variableType" : "Playlist", "documentation" : null, "simpleType" : "Playlist", "variableSetterType" : "Playlist" }, "simple" : false, "variable" : { "variableDeclarationType" : "Playlist", "variableName" : "member", "variableType" : "Playlist", "documentation" : "", "simpleType" : "Playlist", "variableSetterType" : "Playlist" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Playlist", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Playlist", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Playlists", "setterDocumentation" : "

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.

                                                                                                                          \n@param playlists

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.", "setterMethodName" : "setPlaylists", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "playlists", "variableType" : "java.util.List", "documentation" : "

                                                                                                                          Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                          If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.

                                                                                                                          The maximum number of master playlists in a job is 30.

                                                                                                                          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                                          The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                          The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                          \n@param status The status of the job: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                          The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                          \n@return The status of the job: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                          The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                          \n@param status The status of the job: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                          The status of the job: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getUserMetadata", "beanStyleSetterMethodName" : "setUserMetadata", "c2jName" : "UserMetadata", "c2jShape" : "UserMetadata", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                          User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                          Metadata keys and values must use characters from the following list:

                                                                                                                          • 0-9

                                                                                                                          • A-Z and a-z

                                                                                                                          • Space

                                                                                                                          • The following symbols: _.:/=+-%@

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

                                                                                                                          User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                          Metadata keys and values must use characters from the following list:

                                                                                                                          • 0-9

                                                                                                                          • A-Z and a-z

                                                                                                                          • Space

                                                                                                                          • The following symbols: _.:/=+-%@

                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "userMetadata", "fluentSetterDocumentation" : "

                                                                                                                          User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                          Metadata keys and values must use characters from the following list:

                                                                                                                          • 0-9

                                                                                                                          • A-Z and a-z

                                                                                                                          • Space

                                                                                                                          • The following symbols: _.:/=+-%@

                                                                                                                          \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                          Metadata keys and values must use characters from the following list:

                                                                                                                          • 0-9

                                                                                                                          • A-Z and a-z

                                                                                                                          • Space

                                                                                                                          • The following symbols: _.:/=+-%@

                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "userMetadata", "getterDocumentation" : "

                                                                                                                            User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                            Metadata keys and values must use characters from the following list:

                                                                                                                            • 0-9

                                                                                                                            • A-Z and a-z

                                                                                                                            • Space

                                                                                                                            • The following symbols: _.:/=+-%@

                                                                                                                            \n

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

                                                                                                                            \n@return User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                            Metadata keys and values must use characters from the following list:

                                                                                                                            • 0-9

                                                                                                                            • A-Z and a-z

                                                                                                                            • Space

                                                                                                                            • The following symbols: _.:/=+-%@

                                                                                                                            • ", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "UserMetadata", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "UserMetadata", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "UserMetadata", "setterDocumentation" : "

                                                                                                                              User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                              Metadata keys and values must use characters from the following list:

                                                                                                                              • 0-9

                                                                                                                              • A-Z and a-z

                                                                                                                              • Space

                                                                                                                              • The following symbols: _.:/=+-%@

                                                                                                                              \n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                              Metadata keys and values must use characters from the following list:

                                                                                                                              • 0-9

                                                                                                                              • A-Z and a-z

                                                                                                                              • Space

                                                                                                                              • The following symbols: _.:/=+-%@

                                                                                                                              • ", "setterMethodName" : "setUserMetadata", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "userMetadata", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value pairs, and you can add up to 10 key/value pairs per job. Elastic Transcoder does not guarantee that key/value pairs are returned in the same order in which you specify them.

                                                                                                                                Metadata keys and values must use characters from the following list:

                                                                                                                                • 0-9

                                                                                                                                • A-Z and a-z

                                                                                                                                • Space

                                                                                                                                • The following symbols: _.:/=+-%@

                                                                                                                                ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTiming", "beanStyleSetterMethodName" : "setTiming", "c2jName" : "Timing", "c2jShape" : "Timing", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                Details about the timing of a job.

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

                                                                                                                                Details about the timing of a job.

                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timing", "fluentSetterDocumentation" : "

                                                                                                                                Details about the timing of a job.

                                                                                                                                \n@param timing Details about the timing of a job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timing", "getterDocumentation" : "

                                                                                                                                Details about the timing of a job.

                                                                                                                                \n@return Details about the timing of a job.", "getterModel" : { "returnType" : "Timing", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Timing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Timing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Timing", "setterDocumentation" : "

                                                                                                                                Details about the timing of a job.

                                                                                                                                \n@param timing Details about the timing of a job.", "setterMethodName" : "setTiming", "setterModel" : { "variableDeclarationType" : "Timing", "variableName" : "timing", "variableType" : "Timing", "documentation" : null, "simpleType" : "Timing", "variableSetterType" : "Timing" }, "simple" : false, "variable" : { "variableDeclarationType" : "Timing", "variableName" : "timing", "variableType" : "Timing", "documentation" : "

                                                                                                                                Details about the timing of a job.

                                                                                                                                ", "simpleType" : "Timing", "variableSetterType" : "Timing" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Job", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "wrapper" : false }, "JobAlbumArt" : { "c2jName" : "JobAlbumArt", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                The .jpg or .png file associated with an audio file.

                                                                                                                                ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "MergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                • Replace: The specified album art replaces any existing album art.

                                                                                                                                • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                • Append: The specified album art is placed after any existing album art.

                                                                                                                                • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

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

                                                                                                                                A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                • Replace: The specified album art replaces any existing album art.

                                                                                                                                • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                • Append: The specified album art is placed after any existing album art.

                                                                                                                                • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                                                                                                A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                • Replace: The specified album art replaces any existing album art.

                                                                                                                                • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                • Append: The specified album art is placed after any existing album art.

                                                                                                                                • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                • Replace: The specified album art replaces any existing album art.

                                                                                                                                • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                • Append: The specified album art is placed after any existing album art.

                                                                                                                                • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                                                                                                  A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                  • Replace: The specified album art replaces any existing album art.

                                                                                                                                  • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                  • Append: The specified album art is placed after any existing album art.

                                                                                                                                  • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                  \n@return A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                  • Replace: The specified album art replaces any existing album art.

                                                                                                                                  • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                  • Append: The specified album art is placed after any existing album art.

                                                                                                                                  • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                                                                                                    A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                    • Replace: The specified album art replaces any existing album art.

                                                                                                                                    • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                    • Append: The specified album art is placed after any existing album art.

                                                                                                                                    • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                    \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                    • Replace: The specified album art replaces any existing album art.

                                                                                                                                    • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                    • Append: The specified album art is placed after any existing album art.

                                                                                                                                    • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                    • ", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                                                                                                      A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                      • Replace: The specified album art replaces any existing album art.

                                                                                                                                      • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                      • Append: The specified album art is placed after any existing album art.

                                                                                                                                      • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArtwork", "beanStyleSetterMethodName" : "setArtwork", "c2jName" : "Artwork", "c2jShape" : "Artworks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      \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 #artwork(List)}.\n@param artwork 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 #artwork(List)", "deprecated" : false, "documentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artwork", "fluentSetterDocumentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      \n@param artwork The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artwork", "getterDocumentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      \n

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

                                                                                                                                      \n@return The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png", "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" : "Artwork", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Artwork", "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" : "Artwork", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artwork.Builder} avoiding the need to create one manually via {@link Artwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artwork.Builder#build()} is called immediately and its result is passed to {@link #member(Artwork)}.\n@param member a consumer that will call methods on {@link Artwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artwork)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Artwork", "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" : "Artwork", "variableName" : "member", "variableType" : "Artwork", "documentation" : null, "simpleType" : "Artwork", "variableSetterType" : "Artwork" }, "simple" : false, "variable" : { "variableDeclarationType" : "Artwork", "variableName" : "member", "variableType" : "Artwork", "documentation" : "", "simpleType" : "Artwork", "variableSetterType" : "Artwork" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Artwork", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Artwork", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Artwork", "setterDocumentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      \n@param artwork The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png", "setterMethodName" : "setArtwork", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "artwork", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "artwork", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Artwork" : { "beanStyleGetterMethodName" : "getArtwork", "beanStyleSetterMethodName" : "setArtwork", "c2jName" : "Artwork", "c2jShape" : "Artworks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      \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 #artwork(List)}.\n@param artwork 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 #artwork(List)", "deprecated" : false, "documentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artwork", "fluentSetterDocumentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      \n@param artwork The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artwork", "getterDocumentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      \n

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

                                                                                                                                      \n@return The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png", "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" : "Artwork", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Artwork", "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" : "Artwork", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artwork.Builder} avoiding the need to create one manually via {@link Artwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artwork.Builder#build()} is called immediately and its result is passed to {@link #member(Artwork)}.\n@param member a consumer that will call methods on {@link Artwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artwork)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Artwork", "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" : "Artwork", "variableName" : "member", "variableType" : "Artwork", "documentation" : null, "simpleType" : "Artwork", "variableSetterType" : "Artwork" }, "simple" : false, "variable" : { "variableDeclarationType" : "Artwork", "variableName" : "member", "variableType" : "Artwork", "documentation" : "", "simpleType" : "Artwork", "variableSetterType" : "Artwork" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Artwork", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Artwork", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Artwork", "setterDocumentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      \n@param artwork The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png", "setterMethodName" : "setArtwork", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "artwork", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "artwork", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                      The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "MergePolicy" : { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "MergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                      A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                      • Replace: The specified album art replaces any existing album art.

                                                                                                                                      • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                      • Append: The specified album art is placed after any existing album art.

                                                                                                                                      • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

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

                                                                                                                                      A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                      • Replace: The specified album art replaces any existing album art.

                                                                                                                                      • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                      • Append: The specified album art is placed after any existing album art.

                                                                                                                                      • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                                                                                                      A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                      • Replace: The specified album art replaces any existing album art.

                                                                                                                                      • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                      • Append: The specified album art is placed after any existing album art.

                                                                                                                                      • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                      \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                      • Replace: The specified album art replaces any existing album art.

                                                                                                                                      • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                      • Append: The specified album art is placed after any existing album art.

                                                                                                                                      • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                                                                                                        A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                        • Replace: The specified album art replaces any existing album art.

                                                                                                                                        • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                        • Append: The specified album art is placed after any existing album art.

                                                                                                                                        • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                        \n@return A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                        • Replace: The specified album art replaces any existing album art.

                                                                                                                                        • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                        • Append: The specified album art is placed after any existing album art.

                                                                                                                                        • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                                                                                                          A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                          • Replace: The specified album art replaces any existing album art.

                                                                                                                                          • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                          • Append: The specified album art is placed after any existing album art.

                                                                                                                                          • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                          \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                          • Replace: The specified album art replaces any existing album art.

                                                                                                                                          • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                          • Append: The specified album art is placed after any existing album art.

                                                                                                                                          • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                          • ", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                                                                                                            A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                            • Replace: The specified album art replaces any existing album art.

                                                                                                                                            • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                            • Append: The specified album art is placed after any existing album art.

                                                                                                                                            • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getMergePolicy", "beanStyleSetterMethodName" : "setMergePolicy", "c2jName" : "MergePolicy", "c2jShape" : "MergePolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                            A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                            • Replace: The specified album art replaces any existing album art.

                                                                                                                                            • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                            • Append: The specified album art is placed after any existing album art.

                                                                                                                                            • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

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

                                                                                                                                            A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                            • Replace: The specified album art replaces any existing album art.

                                                                                                                                            • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                            • Append: The specified album art is placed after any existing album art.

                                                                                                                                            • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "mergePolicy", "fluentSetterDocumentation" : "

                                                                                                                                            A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                            • Replace: The specified album art replaces any existing album art.

                                                                                                                                            • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                            • Append: The specified album art is placed after any existing album art.

                                                                                                                                            • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                            \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                            • Replace: The specified album art replaces any existing album art.

                                                                                                                                            • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                            • Append: The specified album art is placed after any existing album art.

                                                                                                                                            • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "mergePolicy", "getterDocumentation" : "

                                                                                                                                              A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                              • Replace: The specified album art replaces any existing album art.

                                                                                                                                              • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                              • Append: The specified album art is placed after any existing album art.

                                                                                                                                              • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                              \n@return A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                              • Replace: The specified album art replaces any existing album art.

                                                                                                                                              • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                              • Append: The specified album art is placed after any existing album art.

                                                                                                                                              • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MergePolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MergePolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MergePolicy", "setterDocumentation" : "

                                                                                                                                                A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                                • Replace: The specified album art replaces any existing album art.

                                                                                                                                                • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                                • Append: The specified album art is placed after any existing album art.

                                                                                                                                                • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                                \n@param mergePolicy A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                                • Replace: The specified album art replaces any existing album art.

                                                                                                                                                • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                                • Append: The specified album art is placed after any existing album art.

                                                                                                                                                • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                                • ", "setterMethodName" : "setMergePolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "mergePolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                  A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.

                                                                                                                                                  • Replace: The specified album art replaces any existing album art.

                                                                                                                                                  • Prepend: The specified album art is placed in front of any existing album art.

                                                                                                                                                  • Append: The specified album art is placed after any existing album art.

                                                                                                                                                  • Fallback: If the original input file contains artwork, Elastic Transcoder uses that artwork for the output. If the original input does not contain artwork, Elastic Transcoder uses the specified album art file.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArtwork", "beanStyleSetterMethodName" : "setArtwork", "c2jName" : "Artwork", "c2jShape" : "Artworks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                                  \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 #artwork(List)}.\n@param artwork 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 #artwork(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "artwork", "fluentSetterDocumentation" : "

                                                                                                                                                  The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                                  \n@param artwork The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "artwork", "getterDocumentation" : "

                                                                                                                                                  The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png", "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" : "Artwork", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Artwork", "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" : "Artwork", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Artwork.Builder} avoiding the need to create one manually via {@link Artwork#builder()}.\n\nWhen the {@link Consumer} completes, {@link Artwork.Builder#build()} is called immediately and its result is passed to {@link #member(Artwork)}.\n@param member a consumer that will call methods on {@link Artwork.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Artwork)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Artwork", "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" : "Artwork", "variableName" : "member", "variableType" : "Artwork", "documentation" : null, "simpleType" : "Artwork", "variableSetterType" : "Artwork" }, "simple" : false, "variable" : { "variableDeclarationType" : "Artwork", "variableName" : "member", "variableType" : "Artwork", "documentation" : "", "simpleType" : "Artwork", "variableSetterType" : "Artwork" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Artwork", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Artwork", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Artwork", "setterDocumentation" : "

                                                                                                                                                  The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                                  \n@param artwork The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png", "setterMethodName" : "setArtwork", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "artwork", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "artwork", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20. Valid formats are .jpg and .png

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "JobAlbumArt", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "jobAlbumArt", "variableType" : "JobAlbumArt", "documentation" : null, "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "wrapper" : false }, "JobInput" : { "c2jName" : "JobInput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Information about the file that you're transcoding.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LongKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param key The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@return The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param key The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

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

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@param frameRate The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@return The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@param frameRate The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "Resolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

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

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@param resolution This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@return This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@param resolution This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

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

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@param aspectRatio The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@return The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@param aspectRatio The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInterlaced", "beanStyleSetterMethodName" : "setInterlaced", "c2jName" : "Interlaced", "c2jShape" : "Interlaced", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

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

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interlaced", "fluentSetterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@param interlaced Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interlaced", "getterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@return Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Interlaced", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Interlaced", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Interlaced", "setterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@param interlaced Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.", "setterMethodName" : "setInterlaced", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "interlaced", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "interlaced", "variableType" : "String", "documentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "JobContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

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

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@param container The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@return The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@param container The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

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

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@return The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeSpan", "beanStyleSetterMethodName" : "setTimeSpan", "c2jName" : "TimeSpan", "c2jShape" : "TimeSpan", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

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

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeSpan", "fluentSetterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@param timeSpan Settings for clipping an input. Each input can have different clip settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeSpan", "getterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@return Settings for clipping an input. Each input can have different clip settings.", "getterModel" : { "returnType" : "TimeSpan", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeSpan", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeSpan", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "TimeSpan", "setterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@param timeSpan Settings for clipping an input. Each input can have different clip settings.", "setterMethodName" : "setTimeSpan", "setterModel" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : null, "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "simple" : false, "variable" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  ", "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputCaptions", "beanStyleSetterMethodName" : "setInputCaptions", "c2jName" : "InputCaptions", "c2jShape" : "InputCaptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputCaptions", "fluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param inputCaptions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputCaptions", "getterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "InputCaptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputCaptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputCaptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputCaptions", "setterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param inputCaptions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setInputCaptions", "setterModel" : { "variableDeclarationType" : "InputCaptions", "variableName" : "inputCaptions", "variableType" : "InputCaptions", "documentation" : null, "simpleType" : "InputCaptions", "variableSetterType" : "InputCaptions" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputCaptions", "variableName" : "inputCaptions", "variableType" : "InputCaptions", "documentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "simpleType" : "InputCaptions", "variableSetterType" : "InputCaptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetectedProperties", "beanStyleSetterMethodName" : "setDetectedProperties", "c2jName" : "DetectedProperties", "c2jShape" : "DetectedProperties", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

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

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detectedProperties", "fluentSetterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  \n@param detectedProperties The detected properties of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detectedProperties", "getterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

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

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  \n@param detectedProperties The detected properties of the input file.", "setterMethodName" : "setDetectedProperties", "setterModel" : { "variableDeclarationType" : "DetectedProperties", "variableName" : "detectedProperties", "variableType" : "DetectedProperties", "documentation" : null, "simpleType" : "DetectedProperties", "variableSetterType" : "DetectedProperties" }, "simple" : false, "variable" : { "variableDeclarationType" : "DetectedProperties", "variableName" : "detectedProperties", "variableType" : "DetectedProperties", "documentation" : "

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  ", "simpleType" : "DetectedProperties", "variableSetterType" : "DetectedProperties" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AspectRatio" : { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

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

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@param aspectRatio The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@return The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@param aspectRatio The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Container" : { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "JobContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

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

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@param container The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@return The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@param container The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DetectedProperties" : { "beanStyleGetterMethodName" : "getDetectedProperties", "beanStyleSetterMethodName" : "setDetectedProperties", "c2jName" : "DetectedProperties", "c2jShape" : "DetectedProperties", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

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

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detectedProperties", "fluentSetterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  \n@param detectedProperties The detected properties of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detectedProperties", "getterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

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

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  \n@param detectedProperties The detected properties of the input file.", "setterMethodName" : "setDetectedProperties", "setterModel" : { "variableDeclarationType" : "DetectedProperties", "variableName" : "detectedProperties", "variableType" : "DetectedProperties", "documentation" : null, "simpleType" : "DetectedProperties", "variableSetterType" : "DetectedProperties" }, "simple" : false, "variable" : { "variableDeclarationType" : "DetectedProperties", "variableName" : "detectedProperties", "variableType" : "DetectedProperties", "documentation" : "

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  ", "simpleType" : "DetectedProperties", "variableSetterType" : "DetectedProperties" }, "xmlNameSpaceUri" : null }, "Encryption" : { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

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

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@return The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "FrameRate" : { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

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

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@param frameRate The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@return The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@param frameRate The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InputCaptions" : { "beanStyleGetterMethodName" : "getInputCaptions", "beanStyleSetterMethodName" : "setInputCaptions", "c2jName" : "InputCaptions", "c2jShape" : "InputCaptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputCaptions", "fluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param inputCaptions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputCaptions", "getterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "InputCaptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputCaptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputCaptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputCaptions", "setterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param inputCaptions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setInputCaptions", "setterModel" : { "variableDeclarationType" : "InputCaptions", "variableName" : "inputCaptions", "variableType" : "InputCaptions", "documentation" : null, "simpleType" : "InputCaptions", "variableSetterType" : "InputCaptions" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputCaptions", "variableName" : "inputCaptions", "variableType" : "InputCaptions", "documentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "simpleType" : "InputCaptions", "variableSetterType" : "InputCaptions" }, "xmlNameSpaceUri" : null }, "Interlaced" : { "beanStyleGetterMethodName" : "getInterlaced", "beanStyleSetterMethodName" : "setInterlaced", "c2jName" : "Interlaced", "c2jShape" : "Interlaced", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

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

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interlaced", "fluentSetterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@param interlaced Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interlaced", "getterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@return Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Interlaced", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Interlaced", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Interlaced", "setterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@param interlaced Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.", "setterMethodName" : "setInterlaced", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "interlaced", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "interlaced", "variableType" : "String", "documentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LongKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param key The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@return The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param key The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resolution" : { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "Resolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

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

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@param resolution This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@return This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@param resolution This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "TimeSpan" : { "beanStyleGetterMethodName" : "getTimeSpan", "beanStyleSetterMethodName" : "setTimeSpan", "c2jName" : "TimeSpan", "c2jShape" : "TimeSpan", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

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

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeSpan", "fluentSetterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@param timeSpan Settings for clipping an input. Each input can have different clip settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeSpan", "getterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@return Settings for clipping an input. Each input can have different clip settings.", "getterModel" : { "returnType" : "TimeSpan", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeSpan", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeSpan", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "TimeSpan", "setterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@param timeSpan Settings for clipping an input. Each input can have different clip settings.", "setterMethodName" : "setTimeSpan", "setterModel" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : null, "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "simple" : false, "variable" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  ", "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "LongKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param key The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@return The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param key The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the file to transcode. Elsewhere in the body of the JSON block is the the ID of the pipeline to use for processing the job. The InputBucket object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the file from.

                                                                                                                                                  If the file name includes a prefix, such as cooking/lasagna.mpg, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

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

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@param frameRate The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@return The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  \n@param frameRate The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                  The frame rate of the input file. If you want Elastic Transcoder to automatically detect the frame rate of the input file, specify auto. If you want to specify the frame rate for the input file, enter one of the following values:

                                                                                                                                                  10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the frame rate.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "Resolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

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

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@param resolution This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@return This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  \n@param resolution This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                  This value must be auto, which causes Elastic Transcoder to automatically detect the resolution of the input file.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

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

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@param aspectRatio The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@return The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  \n@param aspectRatio The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                  The aspect ratio of the input file. If you want Elastic Transcoder to automatically detect the aspect ratio of the input file, specify auto. If you want to specify the aspect ratio for the output file, enter one of the following values:

                                                                                                                                                  1:1, 4:3, 3:2, 16:9

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of the aspect ratio.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInterlaced", "beanStyleSetterMethodName" : "setInterlaced", "c2jName" : "Interlaced", "c2jShape" : "Interlaced", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

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

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interlaced", "fluentSetterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@param interlaced Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interlaced", "getterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@return Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Interlaced", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Interlaced", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Interlaced", "setterDocumentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  \n@param interlaced Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.", "setterMethodName" : "setInterlaced", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "interlaced", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "interlaced", "variableType" : "String", "documentation" : "

                                                                                                                                                  Whether the input file is interlaced. If you want Elastic Transcoder to automatically detect whether the input file is interlaced, specify auto. If you want to specify whether the input file is interlaced, enter one of the following values:

                                                                                                                                                  true, false

                                                                                                                                                  If you specify a value other than auto, Elastic Transcoder disables automatic detection of interlacing.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "JobContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

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

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@param container The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@return The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  \n@param container The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                                                                  The container type for the input file. If you want Elastic Transcoder to automatically detect the container type of the input file, specify auto. If you want to specify the container type for the input file, enter one of the following values:

                                                                                                                                                  3gp, aac, asf, avi, divx, flv, m4a, mkv, mov, mp3, mp4, mpeg, mpeg-ps, mpeg-ts, mxf, ogg, vob, wav, webm

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

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

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@return The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that are used for decrypting your input files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTimeSpan", "beanStyleSetterMethodName" : "setTimeSpan", "c2jName" : "TimeSpan", "c2jShape" : "TimeSpan", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

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

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "timeSpan", "fluentSetterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@param timeSpan Settings for clipping an input. Each input can have different clip settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "timeSpan", "getterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@return Settings for clipping an input. Each input can have different clip settings.", "getterModel" : { "returnType" : "TimeSpan", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "TimeSpan", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TimeSpan", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "TimeSpan", "setterDocumentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  \n@param timeSpan Settings for clipping an input. Each input can have different clip settings.", "setterMethodName" : "setTimeSpan", "setterModel" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : null, "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "simple" : false, "variable" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : "

                                                                                                                                                  Settings for clipping an input. Each input can have different clip settings.

                                                                                                                                                  ", "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputCaptions", "beanStyleSetterMethodName" : "setInputCaptions", "c2jName" : "InputCaptions", "c2jShape" : "InputCaptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputCaptions", "fluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param inputCaptions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputCaptions", "getterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "InputCaptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputCaptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputCaptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "InputCaptions", "setterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param inputCaptions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setInputCaptions", "setterModel" : { "variableDeclarationType" : "InputCaptions", "variableName" : "inputCaptions", "variableType" : "InputCaptions", "documentation" : null, "simpleType" : "InputCaptions", "variableSetterType" : "InputCaptions" }, "simple" : false, "variable" : { "variableDeclarationType" : "InputCaptions", "variableName" : "inputCaptions", "variableType" : "InputCaptions", "documentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "simpleType" : "InputCaptions", "variableSetterType" : "InputCaptions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDetectedProperties", "beanStyleSetterMethodName" : "setDetectedProperties", "c2jName" : "DetectedProperties", "c2jShape" : "DetectedProperties", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

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

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "detectedProperties", "fluentSetterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  \n@param detectedProperties The detected properties of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "detectedProperties", "getterDocumentation" : "

                                                                                                                                                  The detected properties of the input file.

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

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  \n@param detectedProperties The detected properties of the input file.", "setterMethodName" : "setDetectedProperties", "setterModel" : { "variableDeclarationType" : "DetectedProperties", "variableName" : "detectedProperties", "variableType" : "DetectedProperties", "documentation" : null, "simpleType" : "DetectedProperties", "variableSetterType" : "DetectedProperties" }, "simple" : false, "variable" : { "variableDeclarationType" : "DetectedProperties", "variableName" : "detectedProperties", "variableType" : "DetectedProperties", "documentation" : "

                                                                                                                                                  The detected properties of the input file.

                                                                                                                                                  ", "simpleType" : "DetectedProperties", "variableSetterType" : "DetectedProperties" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "JobInput", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobInput", "variableName" : "jobInput", "variableType" : "JobInput", "documentation" : null, "simpleType" : "JobInput", "variableSetterType" : "JobInput" }, "wrapper" : false }, "JobOutput" : { "c2jName" : "JobOutput", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Outputs recommended instead.

                                                                                                                                                  If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@param id A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@return A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.", "getterModel" : { "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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@param id A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.", "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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline 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" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailPattern", "beanStyleSetterMethodName" : "setThumbnailPattern", "c2jName" : "ThumbnailPattern", "c2jShape" : "ThumbnailPattern", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

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

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailPattern", "fluentSetterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailPattern", "getterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailPattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ThumbnailPattern", "setterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "setterMethodName" : "setThumbnailPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailEncryption", "beanStyleSetterMethodName" : "setThumbnailEncryption", "c2jName" : "ThumbnailEncryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailEncryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailEncryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailEncryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailEncryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "setterMethodName" : "setThumbnailEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRotate", "beanStyleSetterMethodName" : "setRotate", "c2jName" : "Rotate", "c2jShape" : "Rotate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

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

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rotate", "fluentSetterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rotate", "getterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rotate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rotate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Rotate", "setterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.", "setterMethodName" : "setRotate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPresetId", "beanStyleSetterMethodName" : "setPresetId", "c2jName" : "PresetId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

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

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetId", "fluentSetterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@param presetId The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetId", "getterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@return The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetId", "setterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@param presetId The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.", "setterMethodName" : "setPresetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSegmentDuration", "beanStyleSetterMethodName" : "setSegmentDuration", "c2jName" : "SegmentDuration", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

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

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "segmentDuration", "fluentSetterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@param segmentDuration

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "segmentDuration", "getterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@return

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SegmentDuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SegmentDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SegmentDuration", "setterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@param segmentDuration

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "setterMethodName" : "setSegmentDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@return The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusDetail", "beanStyleSetterMethodName" : "setStatusDetail", "c2jName" : "StatusDetail", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

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

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusDetail", "fluentSetterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  \n@param statusDetail Information that further explains Status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusDetail", "getterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

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

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  \n@param statusDetail Information that further explains Status.", "setterMethodName" : "setStatusDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : "

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \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 #duration(Long)}.\n@param duration 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 #duration(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@param duration Duration of the output file, in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@return Duration of the output file, in seconds.", "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" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Duration", "setterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@param duration Duration of the output file, in seconds.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "duration", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "duration", "variableType" : "Long", "documentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWidth", "beanStyleSetterMethodName" : "setWidth", "c2jName" : "Width", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \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 #width(Integer)}.\n@param width 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 #width(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "width", "fluentSetterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@param width Specifies the width of the output file in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "width", "getterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@return Specifies the width of the output file in pixels.", "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" : "Width", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Width", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Width", "setterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@param width Specifies the width of the output file in pixels.", "setterMethodName" : "setWidth", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeight", "beanStyleSetterMethodName" : "setHeight", "c2jName" : "Height", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \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 #height(Integer)}.\n@param height 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 #height(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "height", "fluentSetterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@param height Height of the output file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "height", "getterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@return Height of the output file, in pixels.", "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" : "Height", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Height", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Height", "setterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@param height Height of the output file, in pixels.", "setterMethodName" : "setHeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

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

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@param frameRate Frame rate of the output file, in frames per second.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@return Frame rate of the output file, in frames per second.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@param frameRate Frame rate of the output file, in frames per second.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileSize", "beanStyleSetterMethodName" : "setFileSize", "c2jName" : "FileSize", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \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 #fileSize(Long)}.\n@param fileSize 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 #fileSize(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileSize", "fluentSetterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@param fileSize File size of the output file, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileSize", "getterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@return File size of the output file, in bytes.", "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" : "FileSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FileSize", "setterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@param fileSize File size of the output file, in bytes.", "setterMethodName" : "setFileSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDurationMillis", "beanStyleSetterMethodName" : "setDurationMillis", "c2jName" : "DurationMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \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 #durationMillis(Long)}.\n@param durationMillis 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 #durationMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationMillis", "fluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@param durationMillis Duration of the output file, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationMillis", "getterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@return Duration of the output file, in milliseconds.", "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" : "DurationMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DurationMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "DurationMillis", "setterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@param durationMillis Duration of the output file, in milliseconds.", "setterMethodName" : "setDurationMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "JobWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.", "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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "JobWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobWatermark", "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" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : null, "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : "", "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlbumArt", "beanStyleSetterMethodName" : "setAlbumArt", "c2jName" : "AlbumArt", "c2jShape" : "JobAlbumArt", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

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

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArt", "fluentSetterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@param albumArt The album art to be associated with the output file, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArt", "getterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@return The album art to be associated with the output file, if any.", "getterModel" : { "returnType" : "JobAlbumArt", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "AlbumArt", "setterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@param albumArt The album art to be associated with the output file, if any.", "setterMethodName" : "setAlbumArt", "setterModel" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : null, "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  ", "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getComposition", "beanStyleSetterMethodName" : "setComposition", "c2jName" : "Composition", "c2jShape" : "Composition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \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 #composition(List)}.\n@param composition 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 #composition(List)", "deprecated" : true, "documentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "composition", "fluentSetterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "composition", "getterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "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" : "Composition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Composition", "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" : "Clip", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Clip", "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" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : null, "simpleType" : "Clip", "variableSetterType" : "Clip" }, "simple" : false, "variable" : { "variableDeclarationType" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : "", "simpleType" : "Clip", "variableSetterType" : "Clip" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Clip", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Clip", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Composition", "setterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "setterMethodName" : "setComposition", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptions", "beanStyleSetterMethodName" : "setCaptions", "c2jName" : "Captions", "c2jShape" : "Captions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captions", "fluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captions", "getterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "Captions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Captions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Captions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Captions", "setterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setCaptions", "setterModel" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : null, "simpleType" : "Captions", "variableSetterType" : "Captions" }, "simple" : false, "variable" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "simpleType" : "Captions", "variableSetterType" : "Captions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAppliedColorSpaceConversion", "beanStyleSetterMethodName" : "setAppliedColorSpaceConversion", "c2jName" : "AppliedColorSpaceConversion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

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

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedColorSpaceConversion", "fluentSetterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@param appliedColorSpaceConversion If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedColorSpaceConversion", "getterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@return If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedColorSpaceConversion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedColorSpaceConversion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AppliedColorSpaceConversion", "setterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@param appliedColorSpaceConversion If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.", "setterMethodName" : "setAppliedColorSpaceConversion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedColorSpaceConversion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedColorSpaceConversion", "variableType" : "String", "documentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AlbumArt" : { "beanStyleGetterMethodName" : "getAlbumArt", "beanStyleSetterMethodName" : "setAlbumArt", "c2jName" : "AlbumArt", "c2jShape" : "JobAlbumArt", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

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

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArt", "fluentSetterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@param albumArt The album art to be associated with the output file, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArt", "getterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@return The album art to be associated with the output file, if any.", "getterModel" : { "returnType" : "JobAlbumArt", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "AlbumArt", "setterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@param albumArt The album art to be associated with the output file, if any.", "setterMethodName" : "setAlbumArt", "setterModel" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : null, "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  ", "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "xmlNameSpaceUri" : null }, "AppliedColorSpaceConversion" : { "beanStyleGetterMethodName" : "getAppliedColorSpaceConversion", "beanStyleSetterMethodName" : "setAppliedColorSpaceConversion", "c2jName" : "AppliedColorSpaceConversion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

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

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedColorSpaceConversion", "fluentSetterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@param appliedColorSpaceConversion If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedColorSpaceConversion", "getterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@return If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedColorSpaceConversion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedColorSpaceConversion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AppliedColorSpaceConversion", "setterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@param appliedColorSpaceConversion If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.", "setterMethodName" : "setAppliedColorSpaceConversion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedColorSpaceConversion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedColorSpaceConversion", "variableType" : "String", "documentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Captions" : { "beanStyleGetterMethodName" : "getCaptions", "beanStyleSetterMethodName" : "setCaptions", "c2jName" : "Captions", "c2jShape" : "Captions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captions", "fluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captions", "getterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "Captions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Captions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Captions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Captions", "setterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setCaptions", "setterModel" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : null, "simpleType" : "Captions", "variableSetterType" : "Captions" }, "simple" : false, "variable" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "simpleType" : "Captions", "variableSetterType" : "Captions" }, "xmlNameSpaceUri" : null }, "Composition" : { "beanStyleGetterMethodName" : "getComposition", "beanStyleSetterMethodName" : "setComposition", "c2jName" : "Composition", "c2jShape" : "Composition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \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 #composition(List)}.\n@param composition 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 #composition(List)", "deprecated" : true, "documentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "composition", "fluentSetterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "composition", "getterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "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" : "Composition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Composition", "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" : "Clip", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Clip", "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" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : null, "simpleType" : "Clip", "variableSetterType" : "Clip" }, "simple" : false, "variable" : { "variableDeclarationType" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : "", "simpleType" : "Clip", "variableSetterType" : "Clip" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Clip", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Clip", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Composition", "setterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "setterMethodName" : "setComposition", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Duration" : { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \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 #duration(Long)}.\n@param duration 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 #duration(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@param duration Duration of the output file, in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@return Duration of the output file, in seconds.", "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" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Duration", "setterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@param duration Duration of the output file, in seconds.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "duration", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "duration", "variableType" : "Long", "documentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "DurationMillis" : { "beanStyleGetterMethodName" : "getDurationMillis", "beanStyleSetterMethodName" : "setDurationMillis", "c2jName" : "DurationMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \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 #durationMillis(Long)}.\n@param durationMillis 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 #durationMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationMillis", "fluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@param durationMillis Duration of the output file, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationMillis", "getterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@return Duration of the output file, in milliseconds.", "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" : "DurationMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DurationMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "DurationMillis", "setterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@param durationMillis Duration of the output file, in milliseconds.", "setterMethodName" : "setDurationMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "Encryption" : { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "FileSize" : { "beanStyleGetterMethodName" : "getFileSize", "beanStyleSetterMethodName" : "setFileSize", "c2jName" : "FileSize", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \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 #fileSize(Long)}.\n@param fileSize 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 #fileSize(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileSize", "fluentSetterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@param fileSize File size of the output file, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileSize", "getterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@return File size of the output file, in bytes.", "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" : "FileSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FileSize", "setterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@param fileSize File size of the output file, in bytes.", "setterMethodName" : "setFileSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FrameRate" : { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

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

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@param frameRate Frame rate of the output file, in frames per second.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@return Frame rate of the output file, in frames per second.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@param frameRate Frame rate of the output file, in frames per second.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Height" : { "beanStyleGetterMethodName" : "getHeight", "beanStyleSetterMethodName" : "setHeight", "c2jName" : "Height", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \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 #height(Integer)}.\n@param height 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 #height(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "height", "fluentSetterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@param height Height of the output file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "height", "getterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@return Height of the output file, in pixels.", "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" : "Height", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Height", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Height", "setterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@param height Height of the output file, in pixels.", "setterMethodName" : "setHeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@param id A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@return A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.", "getterModel" : { "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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@param id A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.", "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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline 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" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PresetId" : { "beanStyleGetterMethodName" : "getPresetId", "beanStyleSetterMethodName" : "setPresetId", "c2jName" : "PresetId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

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

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetId", "fluentSetterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@param presetId The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetId", "getterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@return The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetId", "setterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@param presetId The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.", "setterMethodName" : "setPresetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Rotate" : { "beanStyleGetterMethodName" : "getRotate", "beanStyleSetterMethodName" : "setRotate", "c2jName" : "Rotate", "c2jShape" : "Rotate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

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

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rotate", "fluentSetterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rotate", "getterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rotate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rotate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Rotate", "setterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.", "setterMethodName" : "setRotate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SegmentDuration" : { "beanStyleGetterMethodName" : "getSegmentDuration", "beanStyleSetterMethodName" : "setSegmentDuration", "c2jName" : "SegmentDuration", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

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

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "segmentDuration", "fluentSetterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@param segmentDuration

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "segmentDuration", "getterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@return

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SegmentDuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SegmentDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SegmentDuration", "setterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@param segmentDuration

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "setterMethodName" : "setSegmentDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@return The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusDetail" : { "beanStyleGetterMethodName" : "getStatusDetail", "beanStyleSetterMethodName" : "setStatusDetail", "c2jName" : "StatusDetail", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

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

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusDetail", "fluentSetterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  \n@param statusDetail Information that further explains Status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusDetail", "getterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

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

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  \n@param statusDetail Information that further explains Status.", "setterMethodName" : "setStatusDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : "

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ThumbnailEncryption" : { "beanStyleGetterMethodName" : "getThumbnailEncryption", "beanStyleSetterMethodName" : "setThumbnailEncryption", "c2jName" : "ThumbnailEncryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailEncryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailEncryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailEncryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailEncryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "setterMethodName" : "setThumbnailEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "ThumbnailPattern" : { "beanStyleGetterMethodName" : "getThumbnailPattern", "beanStyleSetterMethodName" : "setThumbnailPattern", "c2jName" : "ThumbnailPattern", "c2jShape" : "ThumbnailPattern", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

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

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailPattern", "fluentSetterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailPattern", "getterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailPattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ThumbnailPattern", "setterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "setterMethodName" : "setThumbnailPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Watermarks" : { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "JobWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.", "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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "JobWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobWatermark", "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" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : null, "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : "", "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Width" : { "beanStyleGetterMethodName" : "getWidth", "beanStyleSetterMethodName" : "setWidth", "c2jName" : "Width", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \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 #width(Integer)}.\n@param width 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 #width(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "width", "fluentSetterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@param width Specifies the width of the output file in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "width", "getterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@return Specifies the width of the output file in pixels.", "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" : "Width", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Width", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Width", "setterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@param width Specifies the width of the output file in pixels.", "setterMethodName" : "setWidth", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@param id A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@return A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.", "getterModel" : { "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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  \n@param id A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.", "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" : "

                                                                                                                                                  A sequential counter, starting with 1, that identifies an output among the outputs from the current job. In the Output syntax, this value is always 1.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "Key", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@return The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline 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" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  \n@param key The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket object in the pipeline that is specified by the pipeline ID.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailPattern", "beanStyleSetterMethodName" : "setThumbnailPattern", "c2jName" : "ThumbnailPattern", "c2jShape" : "ThumbnailPattern", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

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

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailPattern", "fluentSetterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailPattern", "getterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@return Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailPattern", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailPattern", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "ThumbnailPattern", "setterDocumentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  \n@param thumbnailPattern Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.", "setterMethodName" : "setThumbnailPattern", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "thumbnailPattern", "variableType" : "String", "documentation" : "

                                                                                                                                                  Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.

                                                                                                                                                  If you don't want Elastic Transcoder to create thumbnails, specify \"\".

                                                                                                                                                  If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:

                                                                                                                                                  • {count} (Required): If you want to create thumbnails, you must include {count} in the ThumbnailPattern object. Wherever you specify {count}, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.

                                                                                                                                                    If you specify a literal value and/or {resolution} but you omit {count}, Elastic Transcoder returns a validation error and does not create the job.

                                                                                                                                                  • Literal values (Optional): You can specify literal values anywhere in the ThumbnailPattern object. For example, you can include them as a file name prefix or as a delimiter between {resolution} and {count}.

                                                                                                                                                  • {resolution} (Optional): If you want Elastic Transcoder to include the resolution in the file name, include {resolution} in the ThumbnailPattern object.

                                                                                                                                                  When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID value of CreateJobOutput. Elastic Transcoder also appends the applicable file name extension.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailEncryption", "beanStyleSetterMethodName" : "setThumbnailEncryption", "c2jName" : "ThumbnailEncryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailEncryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailEncryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailEncryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailEncryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailEncryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  \n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.", "setterMethodName" : "setThumbnailEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRotate", "beanStyleSetterMethodName" : "setRotate", "c2jName" : "Rotate", "c2jShape" : "Rotate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

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

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "rotate", "fluentSetterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "rotate", "getterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@return The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Rotate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Rotate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Rotate", "setterDocumentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  \n@param rotate The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.", "setterMethodName" : "setRotate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "rotate", "variableType" : "String", "documentation" : "

                                                                                                                                                  The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values:

                                                                                                                                                  auto, 0, 90, 180, 270

                                                                                                                                                  The value auto generally works only if the file that you're transcoding contains rotation metadata.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPresetId", "beanStyleSetterMethodName" : "setPresetId", "c2jName" : "PresetId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

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

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetId", "fluentSetterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@param presetId The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetId", "getterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@return The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetId", "setterDocumentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  \n@param presetId The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.", "setterMethodName" : "setPresetId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The value of the Id object for the preset that you want to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding. To use a preset that you created, specify the preset ID that Elastic Transcoder returned in the response when you created the preset. You can also use the Elastic Transcoder system presets, which you can get with ListPresets.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSegmentDuration", "beanStyleSetterMethodName" : "setSegmentDuration", "c2jName" : "SegmentDuration", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

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

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "segmentDuration", "fluentSetterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@param segmentDuration

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "segmentDuration", "getterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@return

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SegmentDuration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SegmentDuration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SegmentDuration", "setterDocumentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  \n@param segmentDuration

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.", "setterMethodName" : "setSegmentDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "segmentDuration", "variableType" : "String", "documentation" : "

                                                                                                                                                  (Outputs in Fragmented MP4 or MPEG-TS format only.

                                                                                                                                                  If you specify a preset in PresetId for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), SegmentDuration is the target maximum duration of each segment in seconds. For HLSv3 format playlists, each media segment is stored in a separate .ts file. For HLSv4, MPEG-DASH, and Smooth playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration, though individual segments might be shorter or longer.

                                                                                                                                                  The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration, the duration of the last segment is the remainder of total length/SegmentDuration.

                                                                                                                                                  Elastic Transcoder creates an output-specific playlist for each output HLS output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys of the associated playlist.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@return The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                  The status of one output in a job. If you specified only one output for the job, Outputs:Status is always the same as Job:Status. If you specified more than one output:

                                                                                                                                                  • Job:Status and Outputs:Status for all of the outputs is Submitted until Elastic Transcoder starts to process the first output.

                                                                                                                                                  • When Elastic Transcoder starts to process the first output, Outputs:Status for that output and Job:Status both change to Progressing. For each output, the value of Outputs:Status remains Submitted until Elastic Transcoder starts to process the output.

                                                                                                                                                  • Job:Status remains Progressing until all of the outputs reach a terminal status, either Complete or Error.

                                                                                                                                                  • When all of the outputs reach a terminal status, Job:Status changes to Complete only if Outputs:Status for all of the outputs is Complete. If Outputs:Status for one or more outputs is Error, the terminal status for Job:Status is also Error.

                                                                                                                                                  The value of Status is one of the following: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusDetail", "beanStyleSetterMethodName" : "setStatusDetail", "c2jName" : "StatusDetail", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

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

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusDetail", "fluentSetterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  \n@param statusDetail Information that further explains Status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusDetail", "getterDocumentation" : "

                                                                                                                                                  Information that further explains Status.

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

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  \n@param statusDetail Information that further explains Status.", "setterMethodName" : "setStatusDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : "

                                                                                                                                                  Information that further explains Status.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \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 #duration(Long)}.\n@param duration 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 #duration(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@param duration Duration of the output file, in seconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@return Duration of the output file, in seconds.", "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" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "Duration", "setterDocumentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  \n@param duration Duration of the output file, in seconds.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "duration", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "duration", "variableType" : "Long", "documentation" : "

                                                                                                                                                  Duration of the output file, in seconds.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWidth", "beanStyleSetterMethodName" : "setWidth", "c2jName" : "Width", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \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 #width(Integer)}.\n@param width 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 #width(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "width", "fluentSetterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@param width Specifies the width of the output file in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "width", "getterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@return Specifies the width of the output file in pixels.", "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" : "Width", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Width", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Width", "setterDocumentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  \n@param width Specifies the width of the output file in pixels.", "setterMethodName" : "setWidth", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "width", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  Specifies the width of the output file in pixels.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHeight", "beanStyleSetterMethodName" : "setHeight", "c2jName" : "Height", "c2jShape" : "NullableInteger", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \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 #height(Integer)}.\n@param height 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 #height(Integer)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "height", "fluentSetterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@param height Height of the output file, in pixels.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "height", "getterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@return Height of the output file, in pixels.", "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" : "Height", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Height", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Integer", "marshallingType" : "INTEGER", "name" : "Height", "setterDocumentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  \n@param height Height of the output file, in pixels.", "setterMethodName" : "setHeight", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "height", "variableType" : "Integer", "documentation" : "

                                                                                                                                                  Height of the output file, in pixels.

                                                                                                                                                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FloatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

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

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@param frameRate Frame rate of the output file, in frames per second.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@return Frame rate of the output file, in frames per second.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  \n@param frameRate Frame rate of the output file, in frames per second.", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                  Frame rate of the output file, in frames per second.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFileSize", "beanStyleSetterMethodName" : "setFileSize", "c2jName" : "FileSize", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \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 #fileSize(Long)}.\n@param fileSize 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 #fileSize(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fileSize", "fluentSetterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@param fileSize File size of the output file, in bytes.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "fileSize", "getterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@return File size of the output file, in bytes.", "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" : "FileSize", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FileSize", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FileSize", "setterDocumentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  \n@param fileSize File size of the output file, in bytes.", "setterMethodName" : "setFileSize", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "fileSize", "variableType" : "Long", "documentation" : "

                                                                                                                                                  File size of the output file, in bytes.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDurationMillis", "beanStyleSetterMethodName" : "setDurationMillis", "c2jName" : "DurationMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \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 #durationMillis(Long)}.\n@param durationMillis 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 #durationMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "durationMillis", "fluentSetterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@param durationMillis Duration of the output file, in milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "durationMillis", "getterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@return Duration of the output file, in milliseconds.", "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" : "DurationMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DurationMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "DurationMillis", "setterDocumentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  \n@param durationMillis Duration of the output file, in milliseconds.", "setterMethodName" : "setDurationMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "durationMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                  Duration of the output file, in milliseconds.

                                                                                                                                                  ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "JobWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.", "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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "JobWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link JobWatermark.Builder} avoiding the need to create one manually via {@link JobWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link JobWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(JobWatermark)}.\n@param member a consumer that will call methods on {@link JobWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(JobWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "JobWatermark", "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" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : null, "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobWatermark", "variableName" : "member", "variableType" : "JobWatermark", "documentation" : "", "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "JobWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "JobWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  \n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset that you specify in Preset for the current output.

                                                                                                                                                  Watermarks are added to the output video in the sequence in which you list them in the job output—the first watermark in the list is added to the output video first, the second watermark in the list is added next, and so on. As a result, if the settings in a preset cause Elastic Transcoder to place all watermarks in the same location, the second watermark that you add covers the first one, the third one covers the second, and the fourth one covers the third.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAlbumArt", "beanStyleSetterMethodName" : "setAlbumArt", "c2jName" : "AlbumArt", "c2jShape" : "JobAlbumArt", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

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

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "albumArt", "fluentSetterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@param albumArt The album art to be associated with the output file, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "albumArt", "getterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@return The album art to be associated with the output file, if any.", "getterModel" : { "returnType" : "JobAlbumArt", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AlbumArt", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlbumArt", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "AlbumArt", "setterDocumentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  \n@param albumArt The album art to be associated with the output file, if any.", "setterMethodName" : "setAlbumArt", "setterModel" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : null, "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "simple" : false, "variable" : { "variableDeclarationType" : "JobAlbumArt", "variableName" : "albumArt", "variableType" : "JobAlbumArt", "documentation" : "

                                                                                                                                                  The album art to be associated with the output file, if any.

                                                                                                                                                  ", "simpleType" : "JobAlbumArt", "variableSetterType" : "JobAlbumArt" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getComposition", "beanStyleSetterMethodName" : "setComposition", "c2jName" : "Composition", "c2jShape" : "Composition", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \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 #composition(List)}.\n@param composition 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 #composition(List)", "deprecated" : true, "documentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "composition", "fluentSetterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "composition", "getterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "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" : "Composition", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Composition", "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" : "Clip", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Clip.Builder} avoiding the need to create one manually via {@link Clip#builder()}.\n\nWhen the {@link Consumer} completes, {@link Clip.Builder#build()} is called immediately and its result is passed to {@link #member(Clip)}.\n@param member a consumer that will call methods on {@link Clip.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Clip)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Clip", "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" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : null, "simpleType" : "Clip", "variableSetterType" : "Clip" }, "simple" : false, "variable" : { "variableDeclarationType" : "Clip", "variableName" : "member", "variableType" : "Clip", "documentation" : "", "simpleType" : "Clip", "variableSetterType" : "Clip" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Clip", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Clip", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Composition", "setterDocumentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  \n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.", "setterMethodName" : "setComposition", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "composition", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCaptions", "beanStyleSetterMethodName" : "setCaptions", "c2jName" : "Captions", "c2jShape" : "Captions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

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

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "captions", "fluentSetterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "captions", "getterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "getterModel" : { "returnType" : "Captions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Captions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Captions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Captions", "setterDocumentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  \n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.", "setterMethodName" : "setCaptions", "setterModel" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : null, "simpleType" : "Captions", "variableSetterType" : "Captions" }, "simple" : false, "variable" : { "variableDeclarationType" : "Captions", "variableName" : "captions", "variableType" : "Captions", "documentation" : "

                                                                                                                                                  You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:

                                                                                                                                                  • Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.

                                                                                                                                                    Valid input values include: CEA-608 (EIA-608, first non-empty channel only), CEA-708 (EIA-708, first non-empty channel only), and mov-text

                                                                                                                                                    Valid outputs include: mov-text

                                                                                                                                                    Elastic Transcoder supports a maximum of one embedded format per output.

                                                                                                                                                  • Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.

                                                                                                                                                    Valid input values include: dfxp (first div element only), ebu-tt, scc, smpt, srt, ttml (first div element only), and webvtt

                                                                                                                                                    Valid outputs include: dfxp (first div element only), scc, srt, and webvtt.

                                                                                                                                                  If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.

                                                                                                                                                  Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.

                                                                                                                                                  To remove captions or leave the captions empty, set Captions to null. To pass through existing captions unchanged, set the MergePolicy to MergeRetain, and pass in a null CaptionSources array.

                                                                                                                                                  For more information on embedded files, see the Subtitles Wikipedia page.

                                                                                                                                                  For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.

                                                                                                                                                  ", "simpleType" : "Captions", "variableSetterType" : "Captions" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your output files. If you choose to use encryption, you must specify a mode to use. If you choose not to use encryption, Elastic Transcoder writes an unencrypted file to your Amazon S3 bucket.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAppliedColorSpaceConversion", "beanStyleSetterMethodName" : "setAppliedColorSpaceConversion", "c2jName" : "AppliedColorSpaceConversion", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

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

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "appliedColorSpaceConversion", "fluentSetterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@param appliedColorSpaceConversion If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "appliedColorSpaceConversion", "getterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@return If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AppliedColorSpaceConversion", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AppliedColorSpaceConversion", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AppliedColorSpaceConversion", "setterDocumentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  \n@param appliedColorSpaceConversion If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.", "setterMethodName" : "setAppliedColorSpaceConversion", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "appliedColorSpaceConversion", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "appliedColorSpaceConversion", "variableType" : "String", "documentation" : "

                                                                                                                                                  If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output file, the AppliedColorSpaceConversion parameter shows the conversion used. If no ColorSpaceConversionMode was defined in the preset, this parameter is not be included in the job response.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "JobOutput", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobOutput", "variableName" : "jobOutput", "variableType" : "JobOutput", "documentation" : null, "simpleType" : "JobOutput", "variableSetterType" : "JobOutput" }, "wrapper" : false }, "JobWatermark" : { "c2jName" : "JobWatermark", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPresetWatermarkId", "beanStyleSetterMethodName" : "setPresetWatermarkId", "c2jName" : "PresetWatermarkId", "c2jShape" : "PresetWatermarkId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

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

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetWatermarkId", "fluentSetterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetWatermarkId", "getterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@return The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetWatermarkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetWatermarkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetWatermarkId", "setterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.", "setterMethodName" : "setPresetWatermarkId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetWatermarkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetWatermarkId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputKey", "beanStyleSetterMethodName" : "setInputKey", "c2jName" : "InputKey", "c2jShape" : "WatermarkKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputKey", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputKey", "getterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@return The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputKey", "setterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setInputKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Encryption" : { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null }, "InputKey" : { "beanStyleGetterMethodName" : "getInputKey", "beanStyleSetterMethodName" : "setInputKey", "c2jName" : "InputKey", "c2jShape" : "WatermarkKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputKey", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputKey", "getterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@return The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputKey", "setterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setInputKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PresetWatermarkId" : { "beanStyleGetterMethodName" : "getPresetWatermarkId", "beanStyleSetterMethodName" : "setPresetWatermarkId", "c2jName" : "PresetWatermarkId", "c2jShape" : "PresetWatermarkId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

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

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetWatermarkId", "fluentSetterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetWatermarkId", "getterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@return The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetWatermarkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetWatermarkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetWatermarkId", "setterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.", "setterMethodName" : "setPresetWatermarkId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetWatermarkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetWatermarkId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPresetWatermarkId", "beanStyleSetterMethodName" : "setPresetWatermarkId", "c2jName" : "PresetWatermarkId", "c2jShape" : "PresetWatermarkId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

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

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presetWatermarkId", "fluentSetterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presetWatermarkId", "getterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@return The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PresetWatermarkId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PresetWatermarkId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PresetWatermarkId", "setterDocumentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  \n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.", "setterMethodName" : "setPresetWatermarkId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "presetWatermarkId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "presetWatermarkId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputKey", "beanStyleSetterMethodName" : "setInputKey", "c2jName" : "InputKey", "c2jShape" : "WatermarkKey", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

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

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputKey", "fluentSetterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputKey", "getterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@return The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputKey", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputKey", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputKey", "setterDocumentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  \n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.", "setterMethodName" : "setInputKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputKey", "variableType" : "String", "documentation" : "

                                                                                                                                                  The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by Pipeline; the Input Bucket object in that pipeline identifies the bucket.

                                                                                                                                                  If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getEncryption", "beanStyleSetterMethodName" : "setEncryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

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

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "encryption", "fluentSetterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "encryption", "getterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.", "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Encryption", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Encryption", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Encryption", "setterDocumentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  \n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.", "setterMethodName" : "setEncryption", "setterModel" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : null, "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "simple" : false, "variable" : { "variableDeclarationType" : "Encryption", "variableName" : "encryption", "variableType" : "Encryption", "documentation" : "

                                                                                                                                                  The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.

                                                                                                                                                  ", "simpleType" : "Encryption", "variableSetterType" : "Encryption" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "JobWatermark", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "JobWatermark", "variableName" : "jobWatermark", "variableType" : "JobWatermark", "documentation" : null, "simpleType" : "JobWatermark", "variableSetterType" : "JobWatermark" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.

                                                                                                                                                  ", "enums" : null, "errorCode" : "LimitExceededException", "event" : false, "eventStream" : false, "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 }, "ListJobsByPipelineRequest" : { "c2jName" : "ListJobsByPipelineRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The ListJobsByPipelineRequest structure.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListJobsByPipeline", "locationName" : null, "requestUri" : "/2012-09-25/jobsByPipeline/{PipelineId}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

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

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@param pipelineId The ID of the pipeline for which you want to get job information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@return The ID of the pipeline for which you want to get job information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@param pipelineId The ID of the pipeline for which you want to get job information.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

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

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ascending" : { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

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

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PageToken" : { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PipelineId" : { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

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

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@param pipelineId The ID of the pipeline for which you want to get job information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@return The ID of the pipeline for which you want to get job information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@param pipelineId The ID of the pipeline for which you want to get job information.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPipelineId", "beanStyleSetterMethodName" : "setPipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

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

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelineId", "fluentSetterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@param pipelineId The ID of the pipeline for which you want to get job information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelineId", "getterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@return The ID of the pipeline for which you want to get job information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "PipelineId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PipelineId", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PipelineId", "setterDocumentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  \n@param pipelineId The ID of the pipeline for which you want to get job information.", "setterMethodName" : "setPipelineId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pipelineId", "variableType" : "String", "documentation" : "

                                                                                                                                                  The ID of the pipeline for which you want to get job information.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

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

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "PipelineId" ], "shapeName" : "ListJobsByPipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListJobsByPipelineRequest", "variableName" : "listJobsByPipelineRequest", "variableType" : "ListJobsByPipelineRequest", "documentation" : null, "simpleType" : "ListJobsByPipelineRequest", "variableSetterType" : "ListJobsByPipelineRequest" }, "wrapper" : false }, "ListJobsByPipelineResponse" : { "c2jName" : "ListJobsByPipelineResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The ListJobsByPipelineResponse structure.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "Jobs", "c2jShape" : "Jobs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \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 #jobs(List)}.\n@param jobs 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 #jobs(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n@param jobs An array of Job objects that are in the specified pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Job objects that are in the specified pipeline.", "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" : "Jobs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Jobs", "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" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Job", "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" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Job", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Job", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Jobs", "setterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n@param jobs An array of Job objects that are in the specified pipeline.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Jobs" : { "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "Jobs", "c2jShape" : "Jobs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \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 #jobs(List)}.\n@param jobs 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 #jobs(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n@param jobs An array of Job objects that are in the specified pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Job objects that are in the specified pipeline.", "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" : "Jobs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Jobs", "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" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Job", "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" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Job", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Job", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Jobs", "setterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n@param jobs An array of Job objects that are in the specified pipeline.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextPageToken" : { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "Jobs", "c2jShape" : "Jobs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \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 #jobs(List)}.\n@param jobs 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 #jobs(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n@param jobs An array of Job objects that are in the specified pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Job objects that are in the specified pipeline.", "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" : "Jobs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Jobs", "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" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Job", "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" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Job", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Job", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Jobs", "setterDocumentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  \n@param jobs An array of Job objects that are in the specified pipeline.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Job objects that are in the specified pipeline.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListJobsByPipelineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListJobsByPipelineResponse", "variableName" : "listJobsByPipelineResponse", "variableType" : "ListJobsByPipelineResponse", "documentation" : null, "simpleType" : "ListJobsByPipelineResponse", "variableSetterType" : "ListJobsByPipelineResponse" }, "wrapper" : false }, "ListJobsByStatusRequest" : { "c2jName" : "ListJobsByStatusRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The ListJobsByStatusRequest structure.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListJobsByStatus", "locationName" : null, "requestUri" : "/2012-09-25/jobsByStatus/{Status}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@return To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

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

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ascending" : { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

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

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PageToken" : { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@return To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

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

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@return To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  \n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                  To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

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

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Status" ], "shapeName" : "ListJobsByStatusRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListJobsByStatusRequest", "variableName" : "listJobsByStatusRequest", "variableType" : "ListJobsByStatusRequest", "documentation" : null, "simpleType" : "ListJobsByStatusRequest", "variableSetterType" : "ListJobsByStatusRequest" }, "wrapper" : false }, "ListJobsByStatusResponse" : { "c2jName" : "ListJobsByStatusResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The ListJobsByStatusResponse structure.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "Jobs", "c2jShape" : "Jobs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \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 #jobs(List)}.\n@param jobs 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 #jobs(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n@param jobs An array of Job objects that have the specified status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Job objects that have the specified status.", "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" : "Jobs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Jobs", "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" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Job", "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" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Job", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Job", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Jobs", "setterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n@param jobs An array of Job objects that have the specified status.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Jobs" : { "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "Jobs", "c2jShape" : "Jobs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \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 #jobs(List)}.\n@param jobs 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 #jobs(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n@param jobs An array of Job objects that have the specified status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Job objects that have the specified status.", "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" : "Jobs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Jobs", "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" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Job", "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" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Job", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Job", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Jobs", "setterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n@param jobs An array of Job objects that have the specified status.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "NextPageToken" : { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJobs", "beanStyleSetterMethodName" : "setJobs", "c2jName" : "Jobs", "c2jShape" : "Jobs", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \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 #jobs(List)}.\n@param jobs 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 #jobs(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "jobs", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n@param jobs An array of Job objects that have the specified status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "jobs", "getterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Job objects that have the specified status.", "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" : "Jobs", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Jobs", "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" : "Job", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Job.Builder} avoiding the need to create one manually via {@link Job#builder()}.\n\nWhen the {@link Consumer} completes, {@link Job.Builder#build()} is called immediately and its result is passed to {@link #member(Job)}.\n@param member a consumer that will call methods on {@link Job.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Job)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Job", "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" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "member", "variableType" : "Job", "documentation" : "", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Job", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Job", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Jobs", "setterDocumentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  \n@param jobs An array of Job objects that have the specified status.", "setterMethodName" : "setJobs", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "jobs", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Job objects that have the specified status.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListJobsByStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListJobsByStatusResponse", "variableName" : "listJobsByStatusResponse", "variableType" : "ListJobsByStatusResponse", "documentation" : null, "simpleType" : "ListJobsByStatusResponse", "variableSetterType" : "ListJobsByStatusResponse" }, "wrapper" : false }, "ListPipelinesRequest" : { "c2jName" : "ListPipelinesRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The ListPipelineRequest structure.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListPipelines", "locationName" : null, "requestUri" : "/2012-09-25/pipelines", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

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

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ascending" : { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

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

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PageToken" : { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

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

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPipelinesRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPipelinesRequest", "variableName" : "listPipelinesRequest", "variableType" : "ListPipelinesRequest", "documentation" : null, "simpleType" : "ListPipelinesRequest", "variableSetterType" : "ListPipelinesRequest" }, "wrapper" : false }, "ListPipelinesResponse" : { "c2jName" : "ListPipelinesResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  A list of the pipelines associated with the current AWS account.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPipelines", "beanStyleSetterMethodName" : "setPipelines", "c2jName" : "Pipelines", "c2jShape" : "Pipelines", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Pipeline 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 #pipelines(List)}.\n@param pipelines 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 #pipelines(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelines", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n@param pipelines An array of Pipeline objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelines", "getterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Pipeline 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" : "Pipelines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipelines", "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" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Pipeline.Builder} avoiding the need to create one manually via {@link Pipeline#builder()}.\n\nWhen the {@link Consumer} completes, {@link Pipeline.Builder#build()} is called immediately and its result is passed to {@link #member(Pipeline)}.\n@param member a consumer that will call methods on {@link Pipeline.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Pipeline)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Pipeline", "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" : "Pipeline", "variableName" : "member", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "member", "variableType" : "Pipeline", "documentation" : "", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Pipeline", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Pipeline", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Pipelines", "setterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n@param pipelines An array of Pipeline objects.", "setterMethodName" : "setPipelines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelines", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelines", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextPageToken" : { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Pipelines" : { "beanStyleGetterMethodName" : "getPipelines", "beanStyleSetterMethodName" : "setPipelines", "c2jName" : "Pipelines", "c2jShape" : "Pipelines", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Pipeline 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 #pipelines(List)}.\n@param pipelines 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 #pipelines(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelines", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n@param pipelines An array of Pipeline objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelines", "getterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Pipeline 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" : "Pipelines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipelines", "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" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Pipeline.Builder} avoiding the need to create one manually via {@link Pipeline#builder()}.\n\nWhen the {@link Consumer} completes, {@link Pipeline.Builder#build()} is called immediately and its result is passed to {@link #member(Pipeline)}.\n@param member a consumer that will call methods on {@link Pipeline.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Pipeline)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Pipeline", "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" : "Pipeline", "variableName" : "member", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "member", "variableType" : "Pipeline", "documentation" : "", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Pipeline", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Pipeline", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Pipelines", "setterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n@param pipelines An array of Pipeline objects.", "setterMethodName" : "setPipelines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelines", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelines", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPipelines", "beanStyleSetterMethodName" : "setPipelines", "c2jName" : "Pipelines", "c2jShape" : "Pipelines", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Pipeline 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 #pipelines(List)}.\n@param pipelines 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 #pipelines(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipelines", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n@param pipelines An array of Pipeline objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipelines", "getterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Pipeline 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" : "Pipelines", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipelines", "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" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Pipeline.Builder} avoiding the need to create one manually via {@link Pipeline#builder()}.\n\nWhen the {@link Consumer} completes, {@link Pipeline.Builder#build()} is called immediately and its result is passed to {@link #member(Pipeline)}.\n@param member a consumer that will call methods on {@link Pipeline.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Pipeline)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Pipeline", "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" : "Pipeline", "variableName" : "member", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "member", "variableType" : "Pipeline", "documentation" : "", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Pipeline", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Pipeline", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Pipelines", "setterDocumentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  \n@param pipelines An array of Pipeline objects.", "setterMethodName" : "setPipelines", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelines", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "pipelines", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Pipeline objects.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPipelinesResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPipelinesResponse", "variableName" : "listPipelinesResponse", "variableType" : "ListPipelinesResponse", "documentation" : null, "simpleType" : "ListPipelinesResponse", "variableSetterType" : "ListPipelinesResponse" }, "wrapper" : false }, "ListPresetsRequest" : { "c2jName" : "ListPresetsRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The ListPresetsRequest structure.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ListPresets", "locationName" : null, "requestUri" : "/2012-09-25/presets", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

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

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Ascending" : { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

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

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PageToken" : { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getAscending", "beanStyleSetterMethodName" : "setAscending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

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

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "ascending", "fluentSetterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "ascending", "getterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@return To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "Ascending", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "Ascending", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Ascending", "setterDocumentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  \n@param ascending To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.", "setterMethodName" : "setAscending", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "ascending", "variableType" : "String", "documentation" : "

                                                                                                                                                  To list presets in chronological order by the date and time that they were created, enter true. To list presets in reverse chronological order, enter false.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPageToken", "beanStyleSetterMethodName" : "setPageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

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

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pageToken", "getterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@return When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocation" : "QUERY_PARAM", "marshallLocationName" : "PageToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "PageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PageToken", "setterDocumentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  \n@param pageToken When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.", "setterMethodName" : "setPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "pageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPresetsRequest", "simpleMethod" : true, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListPresetsRequest", "variableName" : "listPresetsRequest", "variableType" : "ListPresetsRequest", "documentation" : null, "simpleType" : "ListPresetsRequest", "variableSetterType" : "ListPresetsRequest" }, "wrapper" : false }, "ListPresetsResponse" : { "c2jName" : "ListPresetsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The ListPresetsResponse structure.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPresets", "beanStyleSetterMethodName" : "setPresets", "c2jName" : "Presets", "c2jShape" : "Presets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Preset 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 #presets(List)}.\n@param presets 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 #presets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presets", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n@param presets An array of Preset objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presets", "getterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Preset 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" : "Presets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Presets", "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" : "Preset", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Preset.Builder} avoiding the need to create one manually via {@link Preset#builder()}.\n\nWhen the {@link Consumer} completes, {@link Preset.Builder#build()} is called immediately and its result is passed to {@link #member(Preset)}.\n@param member a consumer that will call methods on {@link Preset.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Preset)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Preset", "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" : "Preset", "variableName" : "member", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "member", "variableType" : "Preset", "documentation" : "", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Preset", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Preset", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Presets", "setterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n@param presets An array of Preset objects.", "setterMethodName" : "setPresets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "presets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "presets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "NextPageToken" : { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Presets" : { "beanStyleGetterMethodName" : "getPresets", "beanStyleSetterMethodName" : "setPresets", "c2jName" : "Presets", "c2jShape" : "Presets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Preset 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 #presets(List)}.\n@param presets 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 #presets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presets", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n@param presets An array of Preset objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presets", "getterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Preset 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" : "Presets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Presets", "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" : "Preset", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Preset.Builder} avoiding the need to create one manually via {@link Preset#builder()}.\n\nWhen the {@link Consumer} completes, {@link Preset.Builder#build()} is called immediately and its result is passed to {@link #member(Preset)}.\n@param member a consumer that will call methods on {@link Preset.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Preset)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Preset", "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" : "Preset", "variableName" : "member", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "member", "variableType" : "Preset", "documentation" : "", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Preset", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Preset", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Presets", "setterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n@param presets An array of Preset objects.", "setterMethodName" : "setPresets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "presets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "presets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPresets", "beanStyleSetterMethodName" : "setPresets", "c2jName" : "Presets", "c2jShape" : "Presets", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  An array of Preset 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 #presets(List)}.\n@param presets 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 #presets(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "presets", "fluentSetterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n@param presets An array of Preset objects.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "presets", "getterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n

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

                                                                                                                                                  \n@return An array of Preset 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" : "Presets", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Presets", "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" : "Preset", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Preset.Builder} avoiding the need to create one manually via {@link Preset#builder()}.\n\nWhen the {@link Consumer} completes, {@link Preset.Builder#build()} is called immediately and its result is passed to {@link #member(Preset)}.\n@param member a consumer that will call methods on {@link Preset.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Preset)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Preset", "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" : "Preset", "variableName" : "member", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "member", "variableType" : "Preset", "documentation" : "", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Preset", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Preset", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Presets", "setterDocumentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  \n@param presets An array of Preset objects.", "setterMethodName" : "setPresets", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "presets", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "presets", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                  An array of Preset objects.

                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNextPageToken", "beanStyleSetterMethodName" : "setNextPageToken", "c2jName" : "NextPageToken", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

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

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "nextPageToken", "fluentSetterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "nextPageToken", "getterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@return A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "NextPageToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextPageToken", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "NextPageToken", "setterDocumentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  \n@param nextPageToken A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.", "setterMethodName" : "setNextPageToken", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "nextPageToken", "variableType" : "String", "documentation" : "

                                                                                                                                                  A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken is null.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListPresetsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ListPresetsResponse", "variableName" : "listPresetsResponse", "variableType" : "ListPresetsResponse", "documentation" : null, "simpleType" : "ListPresetsResponse", "variableSetterType" : "ListPresetsResponse" }, "wrapper" : false }, "Notifications" : { "c2jName" : "Notifications", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.

                                                                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getProgressing", "beanStyleSetterMethodName" : "setProgressing", "c2jName" : "Progressing", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

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

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "progressing", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "progressing", "getterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Progressing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Progressing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Progressing", "setterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.", "setterMethodName" : "setProgressing", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "progressing", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "progressing", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompleted", "beanStyleSetterMethodName" : "setCompleted", "c2jName" : "Completed", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completed", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completed", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Completed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Completed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Completed", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.", "setterMethodName" : "setCompleted", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "completed", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "completed", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarning", "beanStyleSetterMethodName" : "setWarning", "c2jName" : "Warning", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warning", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warning", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Warning", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warning", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Warning", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.", "setterMethodName" : "setWarning", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "Error", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Completed" : { "beanStyleGetterMethodName" : "getCompleted", "beanStyleSetterMethodName" : "setCompleted", "c2jName" : "Completed", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completed", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completed", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Completed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Completed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Completed", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.", "setterMethodName" : "setCompleted", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "completed", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "completed", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Error" : { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "Error", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Progressing" : { "beanStyleGetterMethodName" : "getProgressing", "beanStyleSetterMethodName" : "setProgressing", "c2jName" : "Progressing", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

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

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "progressing", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "progressing", "getterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Progressing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Progressing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Progressing", "setterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.", "setterMethodName" : "setProgressing", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "progressing", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "progressing", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Warning" : { "beanStyleGetterMethodName" : "getWarning", "beanStyleSetterMethodName" : "setWarning", "c2jName" : "Warning", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warning", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warning", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Warning", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warning", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Warning", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.", "setterMethodName" : "setWarning", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getProgressing", "beanStyleSetterMethodName" : "setProgressing", "c2jName" : "Progressing", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

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

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "progressing", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "progressing", "getterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Progressing", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Progressing", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Progressing", "setterDocumentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  \n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.", "setterMethodName" : "setProgressing", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "progressing", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "progressing", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCompleted", "beanStyleSetterMethodName" : "setCompleted", "c2jName" : "Completed", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "completed", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "completed", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Completed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Completed", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Completed", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  \n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.", "setterMethodName" : "setCompleted", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "completed", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "completed", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarning", "beanStyleSetterMethodName" : "setWarning", "c2jName" : "Warning", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warning", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warning", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Warning", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warning", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Warning", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  \n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.", "setterMethodName" : "setWarning", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "warning", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getError", "beanStyleSetterMethodName" : "setError", "c2jName" : "Error", "c2jShape" : "SnsTopic", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

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

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "error", "fluentSetterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "error", "getterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Error", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Error", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Error", "setterDocumentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  \n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.", "setterMethodName" : "setError", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "error", "variableType" : "String", "documentation" : "

                                                                                                                                                  The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Notifications", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "wrapper" : false }, "Permission" : { "c2jName" : "Permission", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                  The Permission structure.

                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getGranteeType", "beanStyleSetterMethodName" : "setGranteeType", "c2jName" : "GranteeType", "c2jShape" : "GranteeType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                  The type of value that appears in the Grantee object:

                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

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

                                                                                                                                                  The type of value that appears in the Grantee object:

                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "granteeType", "fluentSetterDocumentation" : "

                                                                                                                                                  The type of value that appears in the Grantee object:

                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                  \n@param granteeType The type of value that appears in the Grantee object:

                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "granteeType", "getterDocumentation" : "

                                                                                                                                                    The type of value that appears in the Grantee object:

                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                    \n@return The type of value that appears in the Grantee object:

                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GranteeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GranteeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "GranteeType", "setterDocumentation" : "

                                                                                                                                                      The type of value that appears in the Grantee object:

                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                      \n@param granteeType The type of value that appears in the Grantee object:

                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                      • ", "setterMethodName" : "setGranteeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granteeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "granteeType", "variableType" : "String", "documentation" : "

                                                                                                                                                        The type of value that appears in the Grantee object:

                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGrantee", "beanStyleSetterMethodName" : "setGrantee", "c2jName" : "Grantee", "c2jShape" : "Grantee", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

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

                                                                                                                                                        The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "grantee", "fluentSetterDocumentation" : "

                                                                                                                                                        The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                        \n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "grantee", "getterDocumentation" : "

                                                                                                                                                        The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                        \n@return The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Grantee", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Grantee", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Grantee", "setterDocumentation" : "

                                                                                                                                                        The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                        \n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.", "setterMethodName" : "setGrantee", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "grantee", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "grantee", "variableType" : "String", "documentation" : "

                                                                                                                                                        The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccess", "beanStyleSetterMethodName" : "setAccess", "c2jName" : "Access", "c2jShape" : "AccessControls", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                        The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                        • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        \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 #access(List)}.\n@param access 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 #access(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                        The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                        • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "access", "fluentSetterDocumentation" : "

                                                                                                                                                        The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                        • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        \n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                        • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "access", "getterDocumentation" : "

                                                                                                                                                          The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                          • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                          \n

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

                                                                                                                                                          \n@return The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                          • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                          • ", "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" : "Access", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Access", "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" : "AccessControl", "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, "fluentEnumSetterMethodName" : 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" : "Access", "setterDocumentation" : "

                                                                                                                                                            The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                            \n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                            • ", "setterMethodName" : "setAccess", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "access", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "access", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                              The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Access" : { "beanStyleGetterMethodName" : "getAccess", "beanStyleSetterMethodName" : "setAccess", "c2jName" : "Access", "c2jShape" : "AccessControls", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                              The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              \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 #access(List)}.\n@param access 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 #access(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                              The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "access", "fluentSetterDocumentation" : "

                                                                                                                                                              The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              \n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "access", "getterDocumentation" : "

                                                                                                                                                                The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                \n

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

                                                                                                                                                                \n@return The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                • ", "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" : "Access", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Access", "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" : "AccessControl", "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, "fluentEnumSetterMethodName" : 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" : "Access", "setterDocumentation" : "

                                                                                                                                                                  The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                  \n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                  • ", "setterMethodName" : "setAccess", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "access", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "access", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                    The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                    • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Grantee" : { "beanStyleGetterMethodName" : "getGrantee", "beanStyleSetterMethodName" : "setGrantee", "c2jName" : "Grantee", "c2jShape" : "Grantee", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

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

                                                                                                                                                                    The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "grantee", "fluentSetterDocumentation" : "

                                                                                                                                                                    The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                    \n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "grantee", "getterDocumentation" : "

                                                                                                                                                                    The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                    \n@return The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Grantee", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Grantee", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Grantee", "setterDocumentation" : "

                                                                                                                                                                    The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                    \n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.", "setterMethodName" : "setGrantee", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "grantee", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "grantee", "variableType" : "String", "documentation" : "

                                                                                                                                                                    The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "GranteeType" : { "beanStyleGetterMethodName" : "getGranteeType", "beanStyleSetterMethodName" : "setGranteeType", "c2jName" : "GranteeType", "c2jShape" : "GranteeType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                    The type of value that appears in the Grantee object:

                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

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

                                                                                                                                                                    The type of value that appears in the Grantee object:

                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "granteeType", "fluentSetterDocumentation" : "

                                                                                                                                                                    The type of value that appears in the Grantee object:

                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                    \n@param granteeType The type of value that appears in the Grantee object:

                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "granteeType", "getterDocumentation" : "

                                                                                                                                                                      The type of value that appears in the Grantee object:

                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                      \n@return The type of value that appears in the Grantee object:

                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GranteeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GranteeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "GranteeType", "setterDocumentation" : "

                                                                                                                                                                        The type of value that appears in the Grantee object:

                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                        \n@param granteeType The type of value that appears in the Grantee object:

                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                        • ", "setterMethodName" : "setGranteeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granteeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "granteeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                          The type of value that appears in the Grantee object:

                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getGranteeType", "beanStyleSetterMethodName" : "setGranteeType", "c2jName" : "GranteeType", "c2jShape" : "GranteeType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                          The type of value that appears in the Grantee object:

                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

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

                                                                                                                                                                          The type of value that appears in the Grantee object:

                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "granteeType", "fluentSetterDocumentation" : "

                                                                                                                                                                          The type of value that appears in the Grantee object:

                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                          \n@param granteeType The type of value that appears in the Grantee object:

                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "granteeType", "getterDocumentation" : "

                                                                                                                                                                            The type of value that appears in the Grantee object:

                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                            \n@return The type of value that appears in the Grantee object:

                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "GranteeType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "GranteeType", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "GranteeType", "setterDocumentation" : "

                                                                                                                                                                              The type of value that appears in the Grantee object:

                                                                                                                                                                              • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                              • Email: The registered email address of an AWS account.

                                                                                                                                                                              • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                              \n@param granteeType The type of value that appears in the Grantee object:

                                                                                                                                                                              • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                              • Email: The registered email address of an AWS account.

                                                                                                                                                                              • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                              • ", "setterMethodName" : "setGranteeType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "granteeType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "granteeType", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The type of value that appears in the Grantee object:

                                                                                                                                                                                • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                • Email: The registered email address of an AWS account.

                                                                                                                                                                                • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getGrantee", "beanStyleSetterMethodName" : "setGrantee", "c2jName" : "Grantee", "c2jShape" : "Grantee", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

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

                                                                                                                                                                                The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "grantee", "fluentSetterDocumentation" : "

                                                                                                                                                                                The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                \n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "grantee", "getterDocumentation" : "

                                                                                                                                                                                The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                \n@return The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Grantee", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Grantee", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Grantee", "setterDocumentation" : "

                                                                                                                                                                                The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                \n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.", "setterMethodName" : "setGrantee", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "grantee", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "grantee", "variableType" : "String", "documentation" : "

                                                                                                                                                                                The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccess", "beanStyleSetterMethodName" : "setAccess", "c2jName" : "Access", "c2jShape" : "AccessControls", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                \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 #access(List)}.\n@param access 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 #access(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "access", "fluentSetterDocumentation" : "

                                                                                                                                                                                The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                \n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "access", "getterDocumentation" : "

                                                                                                                                                                                  The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                  \n

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

                                                                                                                                                                                  \n@return The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                  • ", "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" : "Access", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Access", "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" : "AccessControl", "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, "fluentEnumSetterMethodName" : 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" : "Access", "setterDocumentation" : "

                                                                                                                                                                                    The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                    • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                    \n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                    • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                    • ", "setterMethodName" : "setAccess", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "access", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "access", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                      The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                      • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                      ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Permission", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Permission", "variableName" : "permission", "variableType" : "Permission", "documentation" : null, "simpleType" : "Permission", "variableSetterType" : "Permission" }, "wrapper" : false }, "Pipeline" : { "c2jName" : "Pipeline", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                      The pipeline (queue) that is used to manage jobs.

                                                                                                                                                                                      ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                      \n@param id The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                      \n@return The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.", "getterModel" : { "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" : "

                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                      \n@param id The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.", "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" : "

                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

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

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) for the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) for the pipeline.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                      \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                      \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters", "getterModel" : { "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" : "

                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                      \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters", "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" : "

                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PipelineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                      The current status of the pipeline:

                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

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

                                                                                                                                                                                      The current status of the pipeline:

                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                      The current status of the pipeline:

                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                      \n@param status The current status of the pipeline:

                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                        The current status of the pipeline:

                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                        \n@return The current status of the pipeline:

                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                          The current status of the pipeline:

                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                          \n@param status The current status of the pipeline:

                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                          • ", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The current status of the pipeline:

                                                                                                                                                                                            • Active: The pipeline is processing jobs.

                                                                                                                                                                                            • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

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

                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                            \n@param inputBucket The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                            \n@return The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                            \n@param inputBucket The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

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

                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                            \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                            \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                            \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

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

                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                            \n@param role The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                            \n@return The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                            \n@param role The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                            \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                            \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                            \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                            • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                            • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                            • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                            • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

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

                                                                                                                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                            • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                            • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                            • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                            • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                            • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                            • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                            • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                            • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                            \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                            • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                            • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                            • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                            • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                              The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                              • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                              • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                              • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                              • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                              \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                              • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                              • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                              • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                              • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                  • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                  • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                  • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                  • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                  ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                  Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                  Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                  Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                  \n@param contentConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                                                                                                                                                    Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                    • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                      • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                    \n@return Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                    • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                      • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                                                                                                                                                      Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                      • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                        • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                          • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                      \n@param contentConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                      • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                        • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                          • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                      • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                        Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                            • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                        ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                        Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                        Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                        Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                        \n@param thumbnailConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                                                                                                                                                          Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                          • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                            • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                              • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                              • Email: The registered email address of an AWS account.

                                                                                                                                                                                                              • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                          \n@return Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                          • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                            • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                              • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                              • Email: The registered email address of an AWS account.

                                                                                                                                                                                                              • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                                                                                                                                                            Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                            • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                              • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                            \n@param thumbnailConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                            • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                              • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                            • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                              Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                              • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                              ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the pipeline.

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

                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) for the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the pipeline.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AwsKmsKeyArn" : { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                              \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                              \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                              \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ContentConfig" : { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                              Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                              • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                              Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                              • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                              Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                              • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                              \n@param contentConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                              • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                                                                                                                                                                Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                  • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                \n@return Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                  • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                                                                                                                                                                  Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                  \n@param contentConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                  • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                    Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                    • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                      • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                    ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                    The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                    \n@param id The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                    The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                    \n@return The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.", "getterModel" : { "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" : "

                                                                                                                                                                                                                    The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                    \n@param id The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.", "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" : "

                                                                                                                                                                                                                    The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InputBucket" : { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

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

                                                                                                                                                                                                                    The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                    \n@param inputBucket The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                    The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                    \n@return The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                    The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                    \n@param inputBucket The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                    The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                    \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                    \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters", "getterModel" : { "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" : "

                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                    \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters", "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" : "

                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Notifications" : { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                    • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                    • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                    • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                    • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

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

                                                                                                                                                                                                                    The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                    • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                    • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                    • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                    • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                    The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                    • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                    • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                    • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                    • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                    \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                    • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                    • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                    • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                    • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                                                      The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                      • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                      • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                      • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                      • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                      \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                      • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                      • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                      • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                      • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                                        The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                        • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                        • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                        • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                        • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                        \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                        • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                        • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                        • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                        • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                        • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                                          The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                          • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                          • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                          • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                          • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                          ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, "OutputBucket" : { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

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

                                                                                                                                                                                                                          The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                          \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                          The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                          \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                          The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                          \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Role" : { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

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

                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                          \n@param role The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                          \n@return The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                          \n@param role The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PipelineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                          The current status of the pipeline:

                                                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

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

                                                                                                                                                                                                                          The current status of the pipeline:

                                                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                          The current status of the pipeline:

                                                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                          \n@param status The current status of the pipeline:

                                                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                            The current status of the pipeline:

                                                                                                                                                                                                                            • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                            • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                            \n@return The current status of the pipeline:

                                                                                                                                                                                                                            • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                            • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                                                              The current status of the pipeline:

                                                                                                                                                                                                                              • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                              • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                              \n@param status The current status of the pipeline:

                                                                                                                                                                                                                              • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                              • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                              • ", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                The current status of the pipeline:

                                                                                                                                                                                                                                • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ThumbnailConfig" : { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                  • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                    • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                  • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                    • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                  • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                    • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                \n@param thumbnailConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                  • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                    • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                    • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                    • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                    • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                  Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                      • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                  \n@return Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                      • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                    Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                    • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                      • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                        • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                    \n@param thumbnailConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                    • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                      • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                        • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                    • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                      Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                      • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                        • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                          • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                      ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                                      \n@param id The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                                      \n@return The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                                      \n@param id The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.", "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" : "

                                                                                                                                                                                                                                      The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

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

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) for the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                                                      \n@return The Amazon Resource Name (ARN) for the pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                                                      \n@param arn The Amazon Resource Name (ARN) for the pipeline.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                      The Amazon Resource Name (ARN) for the pipeline.

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                                                                      \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                                                                      \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters", "getterModel" : { "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" : "

                                                                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                                                                      \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters", "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" : "

                                                                                                                                                                                                                                      The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                      Constraints: Maximum 40 characters

                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PipelineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The current status of the pipeline:

                                                                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

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

                                                                                                                                                                                                                                      The current status of the pipeline:

                                                                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                      The current status of the pipeline:

                                                                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                      \n@param status The current status of the pipeline:

                                                                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                        The current status of the pipeline:

                                                                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                        \n@return The current status of the pipeline:

                                                                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                                                                          The current status of the pipeline:

                                                                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                          \n@param status The current status of the pipeline:

                                                                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                          • ", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The current status of the pipeline:

                                                                                                                                                                                                                                            • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                            • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

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

                                                                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                                            \n@param inputBucket The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                                            \n@return The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                                            \n@param inputBucket The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

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

                                                                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                                            \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                                            \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                                            \n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both ContentConfig and ThumbnailConfig.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

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

                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                                            \n@param role The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                                            \n@return The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                                            \n@param role The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                            \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                            \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                            \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                            • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                            • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                            • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                            • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

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

                                                                                                                                                                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                            • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                            • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                            • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                            • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                            The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                            • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                            • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                            • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                            • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                                            \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                            • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                            • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                            • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                            • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                                                                              The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                              • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                              • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                              • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                              • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                                              \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                              • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                              • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                              • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                              • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                                                                The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                                • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                                • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                                • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                                                \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                                • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                                • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                                • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                                                • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                                                                  The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                  • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

                                                                                                                                                                                                                                                  • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

                                                                                                                                                                                                                                                  • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

                                                                                                                                                                                                                                                  • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

                                                                                                                                                                                                                                                  ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                                  Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                  Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                  \n@param contentConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                    • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                      • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                      • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                      • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                                    Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                    • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                      • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                    \n@return Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                    • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                      • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                        • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                        • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                        • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                                      Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                      • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                        • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                          • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                      \n@param contentConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                      • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                        • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                          • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                          • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                          • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                          • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                                        Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.

                                                                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to transcoded files and playlists.

                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                            • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                        ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                                        Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                        Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                        \n@param thumbnailConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                        • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                          • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                            • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                            • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                            • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                                          Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                          • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                            • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                              • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                              • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                              • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                          \n@return Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                          • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                            • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                              • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                              • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                              • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                                            Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                            • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                              • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                                • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                            \n@param thumbnailConfig Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                            • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                              • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                                • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                                              Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both ContentConfig and ThumbnailConfig, or you specify OutputBucket.

                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                              • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.

                                                                                                                                                                                                                                                                • GranteeType: The type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                  • Canonical: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                  • Email: The registered email address of an AWS account.

                                                                                                                                                                                                                                                                  • Group: One of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to thumbnail files.

                                                                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

                                                                                                                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Pipeline", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "wrapper" : false }, "PipelineOutputConfig" : { "c2jName" : "PipelineOutputConfig", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The PipelineOutputConfig structure.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

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

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Bucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStorageClass", "beanStyleSetterMethodName" : "setStorageClass", "c2jName" : "StorageClass", "c2jShape" : "StorageClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon 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 #storageClass(String)}.\n@param storageClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageClass(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storageClass", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@param storageClass The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storageClass", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@return The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon 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" : "StorageClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StorageClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StorageClass", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@param storageClass The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.", "setterMethodName" : "setStorageClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "storageClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "storageClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPermissions", "beanStyleSetterMethodName" : "setPermissions", "c2jName" : "Permissions", "c2jShape" : "Permissions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \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 #permissions(List)}.\n@param permissions 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 #permissions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "permissions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n@param permissions Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "permissions", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                                                              \n@return Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.", "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" : "Permissions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Permissions", "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" : "Permission", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Permission.Builder} avoiding the need to create one manually via {@link Permission#builder()}.\n\nWhen the {@link Consumer} completes, {@link Permission.Builder#build()} is called immediately and its result is passed to {@link #member(Permission)}.\n@param member a consumer that will call methods on {@link Permission.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Permission)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Permission", "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" : "Permission", "variableName" : "member", "variableType" : "Permission", "documentation" : null, "simpleType" : "Permission", "variableSetterType" : "Permission" }, "simple" : false, "variable" : { "variableDeclarationType" : "Permission", "variableName" : "member", "variableType" : "Permission", "documentation" : "", "simpleType" : "Permission", "variableSetterType" : "Permission" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Permission", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Permission", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Permissions", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n@param permissions Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.", "setterMethodName" : "setPermissions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "permissions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "permissions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Bucket" : { "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

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

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Bucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Permissions" : { "beanStyleGetterMethodName" : "getPermissions", "beanStyleSetterMethodName" : "setPermissions", "c2jName" : "Permissions", "c2jShape" : "Permissions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \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 #permissions(List)}.\n@param permissions 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 #permissions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "permissions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n@param permissions Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "permissions", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                                                              \n@return Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.", "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" : "Permissions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Permissions", "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" : "Permission", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Permission.Builder} avoiding the need to create one manually via {@link Permission#builder()}.\n\nWhen the {@link Consumer} completes, {@link Permission.Builder#build()} is called immediately and its result is passed to {@link #member(Permission)}.\n@param member a consumer that will call methods on {@link Permission.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Permission)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Permission", "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" : "Permission", "variableName" : "member", "variableType" : "Permission", "documentation" : null, "simpleType" : "Permission", "variableSetterType" : "Permission" }, "simple" : false, "variable" : { "variableDeclarationType" : "Permission", "variableName" : "member", "variableType" : "Permission", "documentation" : "", "simpleType" : "Permission", "variableSetterType" : "Permission" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Permission", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Permission", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Permissions", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n@param permissions Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.", "setterMethodName" : "setPermissions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "permissions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "permissions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "StorageClass" : { "beanStyleGetterMethodName" : "getStorageClass", "beanStyleSetterMethodName" : "setStorageClass", "c2jName" : "StorageClass", "c2jShape" : "StorageClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon 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 #storageClass(String)}.\n@param storageClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageClass(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storageClass", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@param storageClass The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storageClass", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@return The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon 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" : "StorageClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StorageClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StorageClass", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@param storageClass The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.", "setterMethodName" : "setStorageClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "storageClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "storageClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBucket", "beanStyleSetterMethodName" : "setBucket", "c2jName" : "Bucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

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

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Bucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Bucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Bucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.", "setterMethodName" : "setBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:

                                                                                                                                                                                                                                                              • You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.

                                                                                                                                                                                                                                                              • You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.

                                                                                                                                                                                                                                                              • You do not want to specify the permissions that Elastic Transcoder grants to the files.

                                                                                                                                                                                                                                                              • You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.

                                                                                                                                                                                                                                                              If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit OutputBucket and specify values for ContentConfig and ThumbnailConfig instead.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStorageClass", "beanStyleSetterMethodName" : "setStorageClass", "c2jName" : "StorageClass", "c2jShape" : "StorageClass", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon 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 #storageClass(String)}.\n@param storageClass a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #storageClass(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "storageClass", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@param storageClass The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "storageClass", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@return The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon 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" : "StorageClass", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StorageClass", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StorageClass", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              \n@param storageClass The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.", "setterMethodName" : "setStorageClass", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "storageClass", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "storageClass", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPermissions", "beanStyleSetterMethodName" : "setPermissions", "c2jName" : "Permissions", "c2jShape" : "Permissions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \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 #permissions(List)}.\n@param permissions 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 #permissions(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "permissions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n@param permissions Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "permissions", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                                                              \n@return Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.", "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" : "Permissions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Permissions", "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" : "Permission", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Permission.Builder} avoiding the need to create one manually via {@link Permission#builder()}.\n\nWhen the {@link Consumer} completes, {@link Permission.Builder#build()} is called immediately and its result is passed to {@link #member(Permission)}.\n@param member a consumer that will call methods on {@link Permission.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Permission)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Permission", "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" : "Permission", "variableName" : "member", "variableType" : "Permission", "documentation" : null, "simpleType" : "Permission", "variableSetterType" : "Permission" }, "simple" : false, "variable" : { "variableDeclarationType" : "Permission", "variableName" : "member", "variableType" : "Permission", "documentation" : "", "simpleType" : "Permission", "variableSetterType" : "Permission" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Permission", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Permission", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Permissions", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              \n@param permissions Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.", "setterMethodName" : "setPermissions", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "permissions", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "permissions", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              Optional. The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                              If you include Permissions, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role. If you want that user to have full control, you must explicitly grant full control to the user.

                                                                                                                                                                                                                                                              If you omit Permissions, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role, and grants no other permissions to any other user or group.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PipelineOutputConfig", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "pipelineOutputConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "wrapper" : false }, "PlayReadyDrm" : { "c2jName" : "PlayReadyDrm", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              The PlayReady DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              PlayReady DRM encrypts your media files using AES-CTR encryption.

                                                                                                                                                                                                                                                              If you use DRM for an HLSv3 playlist, your outputs must have a master playlist.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlayReadyDrmFormatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "NonEmptyBase64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

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

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@return The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "NonEmptyBase64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

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

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@return The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyIdGuid", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

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

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@return The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

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

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLicenseAcquisitionUrl", "beanStyleSetterMethodName" : "setLicenseAcquisitionUrl", "c2jName" : "LicenseAcquisitionUrl", "c2jShape" : "OneTo512String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

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

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "licenseAcquisitionUrl", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "licenseAcquisitionUrl", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@return The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LicenseAcquisitionUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LicenseAcquisitionUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LicenseAcquisitionUrl", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/", "setterMethodName" : "setLicenseAcquisitionUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Format" : { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlayReadyDrmFormatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InitializationVector" : { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

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

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Key" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "NonEmptyBase64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

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

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@return The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyId" : { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyIdGuid", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

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

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@return The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyMd5" : { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "NonEmptyBase64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

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

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@return The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "LicenseAcquisitionUrl" : { "beanStyleGetterMethodName" : "getLicenseAcquisitionUrl", "beanStyleSetterMethodName" : "setLicenseAcquisitionUrl", "c2jName" : "LicenseAcquisitionUrl", "c2jShape" : "OneTo512String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

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

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "licenseAcquisitionUrl", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "licenseAcquisitionUrl", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@return The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LicenseAcquisitionUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LicenseAcquisitionUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LicenseAcquisitionUrl", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/", "setterMethodName" : "setLicenseAcquisitionUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlayReadyDrmFormatString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "Key", "c2jShape" : "NonEmptyBase64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

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

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@return The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              \n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:

                                                                                                                                                                                                                                                              128, 192, or 256.

                                                                                                                                                                                                                                                              The key must also be encrypted by using AWS KMS.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyMd5", "beanStyleSetterMethodName" : "setKeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "NonEmptyBase64EncodedString", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

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

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyMd5", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyMd5", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@return The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyMd5", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyMd5", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyMd5", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              \n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.", "setterMethodName" : "setKeyMd5", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyMd5", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyId", "beanStyleSetterMethodName" : "setKeyId", "c2jName" : "KeyId", "c2jShape" : "KeyIdGuid", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

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

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyId", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyId", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@return The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyId", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyId", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              \n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.", "setterMethodName" : "setKeyId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyId", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The ID for your DRM key, so that your DRM license provider knows which key to provide.

                                                                                                                                                                                                                                                              The key ID must be provided in big endian, and Elastic Transcoder converts it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInitializationVector", "beanStyleSetterMethodName" : "setInitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

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

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "initializationVector", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "initializationVector", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InitializationVector", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InitializationVector", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InitializationVector", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              \n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.", "setterMethodName" : "setInitializationVector", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "initializationVector", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLicenseAcquisitionUrl", "beanStyleSetterMethodName" : "setLicenseAcquisitionUrl", "c2jName" : "LicenseAcquisitionUrl", "c2jShape" : "OneTo512String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

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

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "licenseAcquisitionUrl", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "licenseAcquisitionUrl", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@return The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LicenseAcquisitionUrl", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LicenseAcquisitionUrl", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "LicenseAcquisitionUrl", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              \n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/", "setterMethodName" : "setLicenseAcquisitionUrl", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this: https://www.example.com/exampleKey/

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PlayReadyDrm", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : null, "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "wrapper" : false }, "Playlist" : { "c2jName" : "Playlist", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Use Only for Fragmented MP4 or MPEG-TS Outputs. If you specify a preset for which the value of Container is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. We recommend that you create only one master playlist per output format. The maximum number of master playlists in a job is 30.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Filename", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

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

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlaylistFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

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

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@return The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputKeys", "beanStyleSetterMethodName" : "setOutputKeys", "c2jName" : "OutputKeys", "c2jShape" : "OutputKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \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 #outputKeys(List)}.\n@param outputKeys 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 #outputKeys(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                                                              \n@return For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "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" : "OutputKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeys", "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" : "Key", "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, "fluentEnumSetterMethodName" : 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" : "OutputKeys", "setterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "setterMethodName" : "setOutputKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHlsContentProtection", "beanStyleSetterMethodName" : "setHlsContentProtection", "c2jName" : "HlsContentProtection", "c2jShape" : "HlsContentProtection", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hlsContentProtection", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hlsContentProtection", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "HlsContentProtection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HlsContentProtection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HlsContentProtection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "HlsContentProtection", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setHlsContentProtection", "setterModel" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : null, "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "simple" : false, "variable" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPlayReadyDrm", "beanStyleSetterMethodName" : "setPlayReadyDrm", "c2jName" : "PlayReadyDrm", "c2jShape" : "PlayReadyDrm", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playReadyDrm", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playReadyDrm", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "PlayReadyDrm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlayReadyDrm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlayReadyDrm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PlayReadyDrm", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setPlayReadyDrm", "setterModel" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : null, "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "simple" : false, "variable" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

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

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              \n@param status The status of the job with which the playlist is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

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

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              \n@param status The status of the job with which the playlist is associated.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusDetail", "beanStyleSetterMethodName" : "setStatusDetail", "c2jName" : "StatusDetail", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

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

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusDetail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              \n@param statusDetail Information that further explains the status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusDetail", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

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

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              \n@param statusDetail Information that further explains the status.", "setterMethodName" : "setStatusDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Format" : { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlaylistFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

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

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@return The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HlsContentProtection" : { "beanStyleGetterMethodName" : "getHlsContentProtection", "beanStyleSetterMethodName" : "setHlsContentProtection", "c2jName" : "HlsContentProtection", "c2jShape" : "HlsContentProtection", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hlsContentProtection", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hlsContentProtection", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "HlsContentProtection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HlsContentProtection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HlsContentProtection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "HlsContentProtection", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setHlsContentProtection", "setterModel" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : null, "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "simple" : false, "variable" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Filename", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

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

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OutputKeys" : { "beanStyleGetterMethodName" : "getOutputKeys", "beanStyleSetterMethodName" : "setOutputKeys", "c2jName" : "OutputKeys", "c2jShape" : "OutputKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \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 #outputKeys(List)}.\n@param outputKeys 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 #outputKeys(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                                                              \n@return For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "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" : "OutputKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeys", "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" : "Key", "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, "fluentEnumSetterMethodName" : 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" : "OutputKeys", "setterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "setterMethodName" : "setOutputKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "PlayReadyDrm" : { "beanStyleGetterMethodName" : "getPlayReadyDrm", "beanStyleSetterMethodName" : "setPlayReadyDrm", "c2jName" : "PlayReadyDrm", "c2jShape" : "PlayReadyDrm", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playReadyDrm", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playReadyDrm", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "PlayReadyDrm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlayReadyDrm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlayReadyDrm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PlayReadyDrm", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setPlayReadyDrm", "setterModel" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : null, "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "simple" : false, "variable" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

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

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              \n@param status The status of the job with which the playlist is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

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

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              \n@param status The status of the job with which the playlist is associated.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StatusDetail" : { "beanStyleGetterMethodName" : "getStatusDetail", "beanStyleSetterMethodName" : "setStatusDetail", "c2jName" : "StatusDetail", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

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

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusDetail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              \n@param statusDetail Information that further explains the status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusDetail", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

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

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              \n@param statusDetail Information that further explains the status.", "setterMethodName" : "setStatusDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Filename", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

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

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              \n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "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" : "

                                                                                                                                                                                                                                                              The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a / character, the section of the name before the last / must be identical for all Name objects. If you create more than one master playlist, the values of all Name objects must be unique.

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name (.m3u8 for HLSv3 and HLSv4 playlists, and .ism and .ismc for Smooth playlists). If you include a file extension in Name, the file name will have two extensions.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "PlaylistFormat", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

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

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@return The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              \n@param format The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The format of the output playlist. Valid formats include HLSv3, HLSv4, and Smooth.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputKeys", "beanStyleSetterMethodName" : "setOutputKeys", "c2jName" : "OutputKeys", "c2jShape" : "OutputKeys", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \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 #outputKeys(List)}.\n@param outputKeys 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 #outputKeys(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputKeys", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputKeys", "getterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n

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

                                                                                                                                                                                                                                                              \n@return For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "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" : "OutputKeys", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputKeys", "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" : "Key", "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, "fluentEnumSetterMethodName" : 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" : "OutputKeys", "setterDocumentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              \n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.", "setterMethodName" : "setOutputKeys", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "outputKeys", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                              For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.

                                                                                                                                                                                                                                                              • If your output is not HLS or does not have a segment duration set, the name of the output file is a concatenation of OutputKeyPrefix and Outputs:Key:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key

                                                                                                                                                                                                                                                              • If your output is HLSv3 and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of .m3u8, and a series of .ts files that include a five-digit sequential counter beginning with 00000:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key00000.ts

                                                                                                                                                                                                                                                              • If your output is HLSv4, has a segment duration set, and is included in an HLSv4 playlist, Elastic Transcoder creates an output playlist file with a file extension of _v4.m3u8. If the output is video, Elastic Transcoder also creates an output file with an extension of _iframe.m3u8:

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_v4.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key_iframe.m3u8

                                                                                                                                                                                                                                                                OutputKeyPrefixOutputs:Key.ts

                                                                                                                                                                                                                                                              Elastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.

                                                                                                                                                                                                                                                              If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For Smooth playlists, the Audio:Profile, Video:Profile, and Video:FrameRate to Video:KeyframesMaxDist ratio must be the same for all outputs.

                                                                                                                                                                                                                                                              ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHlsContentProtection", "beanStyleSetterMethodName" : "setHlsContentProtection", "c2jName" : "HlsContentProtection", "c2jShape" : "HlsContentProtection", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "hlsContentProtection", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "hlsContentProtection", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "HlsContentProtection", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HlsContentProtection", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HlsContentProtection", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "HlsContentProtection", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setHlsContentProtection", "setterModel" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : null, "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "simple" : false, "variable" : { "variableDeclarationType" : "HlsContentProtection", "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "documentation" : "

                                                                                                                                                                                                                                                              The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "HlsContentProtection", "variableSetterType" : "HlsContentProtection" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPlayReadyDrm", "beanStyleSetterMethodName" : "setPlayReadyDrm", "c2jName" : "PlayReadyDrm", "c2jShape" : "PlayReadyDrm", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

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

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "playReadyDrm", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "playReadyDrm", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@return The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "getterModel" : { "returnType" : "PlayReadyDrm", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PlayReadyDrm", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PlayReadyDrm", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "PlayReadyDrm", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              \n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.", "setterMethodName" : "setPlayReadyDrm", "setterModel" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : null, "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "simple" : false, "variable" : { "variableDeclarationType" : "PlayReadyDrm", "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "documentation" : "

                                                                                                                                                                                                                                                              The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.

                                                                                                                                                                                                                                                              ", "simpleType" : "PlayReadyDrm", "variableSetterType" : "PlayReadyDrm" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "JobStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

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

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              \n@param status The status of the job with which the playlist is associated.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

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

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              \n@param status The status of the job with which the playlist is associated.", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The status of the job with which the playlist is associated.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatusDetail", "beanStyleSetterMethodName" : "setStatusDetail", "c2jName" : "StatusDetail", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

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

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "statusDetail", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              \n@param statusDetail Information that further explains the status.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "statusDetail", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

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

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              \n@param statusDetail Information that further explains the status.", "setterMethodName" : "setStatusDetail", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "statusDetail", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Information that further explains the status.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Playlist", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Playlist", "variableName" : "playlist", "variableType" : "Playlist", "documentation" : null, "simpleType" : "Playlist", "variableSetterType" : "Playlist" }, "wrapper" : false }, "Preset" : { "c2jName" : "Preset", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Presets are templates that contain most of the settings for transcoding media files from one format to another. Elastic Transcoder includes some default presets for common formats, for example, several iPod and iPhone versions. You can also create your own presets for formats that aren't included among the default presets. You specify which preset you want to use when you create a job.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@return Identifier for the new preset. You use this value to get settings for the preset or to delete it.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.", "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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

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

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) for the preset.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the preset.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the preset.

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

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \n@return The name of the preset.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \n@param name The name of the preset.", "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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              \n@param description A description of the preset.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "PresetContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

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

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@return The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAudio", "beanStyleSetterMethodName" : "setAudio", "c2jName" : "Audio", "c2jShape" : "AudioParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@param audio A section of the response body that provides information about the audio preset values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audio", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the audio preset values.", "getterModel" : { "returnType" : "AudioParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Audio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Audio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Audio", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@param audio A section of the response body that provides information about the audio preset values.", "setterMethodName" : "setAudio", "setterModel" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : null, "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              ", "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVideo", "beanStyleSetterMethodName" : "setVideo", "c2jName" : "Video", "c2jShape" : "VideoParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "video", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@param video A section of the response body that provides information about the video preset values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "video", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the video preset values.", "getterModel" : { "returnType" : "VideoParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Video", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Video", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Video", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@param video A section of the response body that provides information about the video preset values.", "setterMethodName" : "setVideo", "setterModel" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : null, "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              ", "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnails", "beanStyleSetterMethodName" : "setThumbnails", "c2jName" : "Thumbnails", "c2jShape" : "Thumbnails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnails", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnails", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the thumbnail preset values, if any.", "getterModel" : { "returnType" : "Thumbnails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Thumbnails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Thumbnails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Thumbnails", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.", "setterMethodName" : "setThumbnails", "setterModel" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : null, "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "simple" : false, "variable" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              ", "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PresetType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

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

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@param type Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@return Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@param type Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Arn" : { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

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

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) for the preset.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the preset.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Audio" : { "beanStyleGetterMethodName" : "getAudio", "beanStyleSetterMethodName" : "setAudio", "c2jName" : "Audio", "c2jShape" : "AudioParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@param audio A section of the response body that provides information about the audio preset values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audio", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the audio preset values.", "getterModel" : { "returnType" : "AudioParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Audio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Audio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Audio", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@param audio A section of the response body that provides information about the audio preset values.", "setterMethodName" : "setAudio", "setterModel" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : null, "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              ", "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "xmlNameSpaceUri" : null }, "Container" : { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "PresetContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

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

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@return The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Description" : { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              \n@param description A description of the preset.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@return Identifier for the new preset. You use this value to get settings for the preset or to delete it.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.", "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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the preset.

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

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \n@return The name of the preset.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \n@param name The name of the preset.", "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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Thumbnails" : { "beanStyleGetterMethodName" : "getThumbnails", "beanStyleSetterMethodName" : "setThumbnails", "c2jName" : "Thumbnails", "c2jShape" : "Thumbnails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnails", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnails", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the thumbnail preset values, if any.", "getterModel" : { "returnType" : "Thumbnails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Thumbnails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Thumbnails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Thumbnails", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.", "setterMethodName" : "setThumbnails", "setterModel" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : null, "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "simple" : false, "variable" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              ", "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "xmlNameSpaceUri" : null }, "Type" : { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PresetType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

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

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@param type Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@return Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@param type Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Video" : { "beanStyleGetterMethodName" : "getVideo", "beanStyleSetterMethodName" : "setVideo", "c2jName" : "Video", "c2jShape" : "VideoParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "video", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@param video A section of the response body that provides information about the video preset values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "video", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the video preset values.", "getterModel" : { "returnType" : "VideoParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Video", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Video", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Video", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@param video A section of the response body that provides information about the video preset values.", "setterMethodName" : "setVideo", "setterModel" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : null, "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              ", "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@return Identifier for the new preset. You use this value to get settings for the preset or to delete it.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              \n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.", "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" : "

                                                                                                                                                                                                                                                              Identifier for the new preset. You use this value to get settings for the preset or to delete it.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getArn", "beanStyleSetterMethodName" : "setArn", "c2jName" : "Arn", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

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

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "arn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "arn", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@return The Amazon Resource Name (ARN) for the preset.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Arn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Arn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Arn", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              \n@param arn The Amazon Resource Name (ARN) for the preset.", "setterMethodName" : "setArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "arn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The Amazon Resource Name (ARN) for the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The name of the preset.

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

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \n@return The name of the preset.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              \n@param name The name of the preset.", "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" : "

                                                                                                                                                                                                                                                              The name of the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDescription", "beanStyleSetterMethodName" : "setDescription", "c2jName" : "Description", "c2jShape" : "Description", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "description", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

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

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              \n@param description A description of the preset.", "setterMethodName" : "setDescription", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "description", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              A description of the preset.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContainer", "beanStyleSetterMethodName" : "setContainer", "c2jName" : "Container", "c2jShape" : "PresetContainer", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

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

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "container", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "container", "getterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@return The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Container", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Container", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Container", "setterDocumentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              \n@param container The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.", "setterMethodName" : "setContainer", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "container", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              The container type for the output file. Valid values include flac, flv, fmp4, gif, mp3, mp4, mpg, mxf, oga, ogg, ts, and webm.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAudio", "beanStyleSetterMethodName" : "setAudio", "c2jName" : "Audio", "c2jShape" : "AudioParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "audio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@param audio A section of the response body that provides information about the audio preset values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "audio", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the audio preset values.", "getterModel" : { "returnType" : "AudioParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Audio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Audio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Audio", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              \n@param audio A section of the response body that provides information about the audio preset values.", "setterMethodName" : "setAudio", "setterModel" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : null, "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "AudioParameters", "variableName" : "audio", "variableType" : "AudioParameters", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the audio preset values.

                                                                                                                                                                                                                                                              ", "simpleType" : "AudioParameters", "variableSetterType" : "AudioParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVideo", "beanStyleSetterMethodName" : "setVideo", "c2jName" : "Video", "c2jShape" : "VideoParameters", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "video", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@param video A section of the response body that provides information about the video preset values.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "video", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the video preset values.", "getterModel" : { "returnType" : "VideoParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Video", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Video", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Video", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              \n@param video A section of the response body that provides information about the video preset values.", "setterMethodName" : "setVideo", "setterModel" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : null, "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "simple" : false, "variable" : { "variableDeclarationType" : "VideoParameters", "variableName" : "video", "variableType" : "VideoParameters", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the video preset values.

                                                                                                                                                                                                                                                              ", "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnails", "beanStyleSetterMethodName" : "setThumbnails", "c2jName" : "Thumbnails", "c2jShape" : "Thumbnails", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

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

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnails", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnails", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@return A section of the response body that provides information about the thumbnail preset values, if any.", "getterModel" : { "returnType" : "Thumbnails", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Thumbnails", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Thumbnails", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Thumbnails", "setterDocumentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              \n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.", "setterMethodName" : "setThumbnails", "setterModel" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : null, "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "simple" : false, "variable" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : "

                                                                                                                                                                                                                                                              A section of the response body that provides information about the thumbnail preset values, if any.

                                                                                                                                                                                                                                                              ", "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getType", "beanStyleSetterMethodName" : "setType", "c2jName" : "Type", "c2jShape" : "PresetType", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

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

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "type", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@param type Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "type", "getterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@return Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Type", "setterDocumentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              \n@param type Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).", "setterMethodName" : "setType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "type", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                              Whether the preset is a default preset provided by Elastic Transcoder (System) or a preset that you have defined (Custom).

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Preset", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "wrapper" : false }, "PresetWatermark" : { "c2jName" : "PresetWatermark", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                              Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                              Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                              When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                              ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PresetWatermarkId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                              \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                              A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                              \n@param id A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                              A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                              \n@return A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                              A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                              \n@param id A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.", "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" : "

                                                                                                                                                                                                                                                              A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                              • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                              • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

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

                                                                                                                                                                                                                                                              The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                              • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                              • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                              The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                              • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                              • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                              \n@param maxWidth The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                              • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                              • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                \n@return The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                  The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                  \n@param maxWidth The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                    The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                      If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

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

                                                                                                                                                                                                                                                                    The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                    \n@param maxHeight The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                    The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                    \n@return The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                    The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                    \n@param maxHeight The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                    The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "WatermarkSizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

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

                                                                                                                                                                                                                                                                    A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                    A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                    \n@param sizingPolicy A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                      A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                      \n@return A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                        A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                        \n@param sizingPolicy A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                          A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHorizontalAlign", "beanStyleSetterMethodName" : "setHorizontalAlign", "c2jName" : "HorizontalAlign", "c2jShape" : "HorizontalAlign", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                          • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                          • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                          • Center: The watermark is centered between the left and right borders.

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

                                                                                                                                                                                                                                                                          The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                          • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                          • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                          • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "horizontalAlign", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                          The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                          • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                          • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                          • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                          \n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                          • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                          • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                          • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "horizontalAlign", "getterDocumentation" : "

                                                                                                                                                                                                                                                                            The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                            • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                            • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                            \n@return The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                            • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                            • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HorizontalAlign", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HorizontalAlign", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HorizontalAlign", "setterDocumentation" : "

                                                                                                                                                                                                                                                                              The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                              • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                              • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                              • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                              \n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                              • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                              • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                              • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setHorizontalAlign", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "horizontalAlign", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "horizontalAlign", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHorizontalOffset", "beanStyleSetterMethodName" : "setHorizontalOffset", "c2jName" : "HorizontalOffset", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

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

                                                                                                                                                                                                                                                                                The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "horizontalOffset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                \n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "horizontalOffset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                \n@return The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HorizontalOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HorizontalOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HorizontalOffset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                \n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "setterMethodName" : "setHorizontalOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "horizontalOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "horizontalOffset", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVerticalAlign", "beanStyleSetterMethodName" : "setVerticalAlign", "c2jName" : "VerticalAlign", "c2jShape" : "VerticalAlign", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the top and bottom borders.

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

                                                                                                                                                                                                                                                                                The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verticalAlign", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                \n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verticalAlign", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                  The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                  • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                  • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                  • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                  \n@return The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                  • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                  • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                  • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerticalAlign", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerticalAlign", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerticalAlign", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                    The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                    • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                    • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                    • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                    \n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                    • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                    • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                    • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setVerticalAlign", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verticalAlign", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "verticalAlign", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                      • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                      • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                      • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVerticalOffset", "beanStyleSetterMethodName" : "setVerticalOffset", "c2jName" : "VerticalOffset", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

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

                                                                                                                                                                                                                                                                                      VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verticalOffset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                      \n@param verticalOffset VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verticalOffset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                      \n@return VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerticalOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerticalOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerticalOffset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                      VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                      \n@param verticalOffset VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "setterMethodName" : "setVerticalOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verticalOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "verticalOffset", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      VerticalOffset

                                                                                                                                                                                                                                                                                      The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                      For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                      VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                      If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                      Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOpacity", "beanStyleSetterMethodName" : "setOpacity", "c2jName" : "Opacity", "c2jShape" : "Opacity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

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

                                                                                                                                                                                                                                                                                      A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opacity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                      \n@param opacity A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opacity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                      A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                      \n@return A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Opacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Opacity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Opacity", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                      A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                      \n@param opacity A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.", "setterMethodName" : "setOpacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opacity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "opacity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                      A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                      Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "Target", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                      • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                      • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

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

                                                                                                                                                                                                                                                                                      A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                      • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                      • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                      A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                      • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                      • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                      \n@param target A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                      • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                      • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                        A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                        • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                        • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                        \n@return A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                        • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                        • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Target", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                          A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                          • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                          • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                          \n@param target A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                          • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                          • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                            A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                            • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                            • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "HorizontalAlign" : { "beanStyleGetterMethodName" : "getHorizontalAlign", "beanStyleSetterMethodName" : "setHorizontalAlign", "c2jName" : "HorizontalAlign", "c2jShape" : "HorizontalAlign", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                            • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                            • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the left and right borders.

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

                                                                                                                                                                                                                                                                                            The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                            • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                            • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "horizontalAlign", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                            The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                            • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                            • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                            \n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                            • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                            • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "horizontalAlign", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                              The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                              • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                              • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                              • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                              \n@return The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                              • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                              • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                              • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HorizontalAlign", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HorizontalAlign", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HorizontalAlign", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                \n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setHorizontalAlign", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "horizontalAlign", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "horizontalAlign", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                  • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                  • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                  • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HorizontalOffset" : { "beanStyleGetterMethodName" : "getHorizontalOffset", "beanStyleSetterMethodName" : "setHorizontalOffset", "c2jName" : "HorizontalOffset", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

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

                                                                                                                                                                                                                                                                                                  The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "horizontalOffset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                  \n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "horizontalOffset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                  \n@return The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HorizontalOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HorizontalOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HorizontalOffset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                  \n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "setterMethodName" : "setHorizontalOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "horizontalOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "horizontalOffset", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                  For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                  HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PresetWatermarkId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                  \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                  \n@param id A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                  \n@return A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                  \n@param id A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.", "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" : "

                                                                                                                                                                                                                                                                                                  A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxHeight" : { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

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

                                                                                                                                                                                                                                                                                                  The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  \n@param maxHeight The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  \n@return The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  \n@param maxHeight The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                  The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxWidth" : { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

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

                                                                                                                                                                                                                                                                                                  The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                  The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  \n@param maxWidth The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                    If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                    The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                      If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                    \n@return The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                    • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                    • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                      If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                      The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                        If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                      \n@param maxWidth The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                      • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                      • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                        If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                        The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                        • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                        • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                          If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Opacity" : { "beanStyleGetterMethodName" : "getOpacity", "beanStyleSetterMethodName" : "setOpacity", "c2jName" : "Opacity", "c2jShape" : "Opacity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

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

                                                                                                                                                                                                                                                                                                        A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opacity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                        \n@param opacity A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opacity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                        A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                        \n@return A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Opacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Opacity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Opacity", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                        A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                        \n@param opacity A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.", "setterMethodName" : "setOpacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opacity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "opacity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                        A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                        Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SizingPolicy" : { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "WatermarkSizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

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

                                                                                                                                                                                                                                                                                                        A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                        A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                        \n@param sizingPolicy A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                          A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                          \n@return A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                            A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                            • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                            • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                            • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                            \n@param sizingPolicy A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                            • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                            • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                            • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                              A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Target" : { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "Target", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                              • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                              • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

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

                                                                                                                                                                                                                                                                                                              A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                              • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                              • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                              A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                              • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                              • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                              \n@param target A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                              • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                              • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                \n@return A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Target", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                  A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                  • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                  • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                  \n@param target A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                  • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                  • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                    A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                    • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                    • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VerticalAlign" : { "beanStyleGetterMethodName" : "getVerticalAlign", "beanStyleSetterMethodName" : "setVerticalAlign", "c2jName" : "VerticalAlign", "c2jShape" : "VerticalAlign", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                    • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                    • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                    • Center: The watermark is centered between the top and bottom borders.

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

                                                                                                                                                                                                                                                                                                                    The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                    • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                    • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                    • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verticalAlign", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                    The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                    • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                    • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                    • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                    \n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                    • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                    • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                    • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verticalAlign", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                      The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                      • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                      • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                      • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                      \n@return The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                      • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                      • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                      • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerticalAlign", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerticalAlign", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerticalAlign", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                        The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                        • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                        • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                        • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                        \n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                        • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                        • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                        • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setVerticalAlign", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verticalAlign", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "verticalAlign", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                          • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                          • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                          • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "VerticalOffset" : { "beanStyleGetterMethodName" : "getVerticalOffset", "beanStyleSetterMethodName" : "setVerticalOffset", "c2jName" : "VerticalOffset", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

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

                                                                                                                                                                                                                                                                                                                          VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verticalOffset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                          \n@param verticalOffset VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verticalOffset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                          \n@return VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerticalOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerticalOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerticalOffset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                          \n@param verticalOffset VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "setterMethodName" : "setVerticalOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verticalOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "verticalOffset", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                          VerticalOffset

                                                                                                                                                                                                                                                                                                                          The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                          For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                          VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                          If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                          Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "PresetWatermarkId", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                          A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                                          \n@param id A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                                          \n@return A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                          A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                                          \n@param id A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.", "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" : "

                                                                                                                                                                                                                                                                                                                          A unique identifier for the settings for one watermark. The value of Id can be up to 40 characters long.

                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                            If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

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

                                                                                                                                                                                                                                                                                                                          The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                            If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                          The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                            If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                          \n@param maxWidth The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                          • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                          • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                            If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                            The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                              If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                            \n@return The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                              If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                              The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                              • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                              • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                              \n@param maxWidth The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                              • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                              • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                The maximum width of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                  If you specify the value in pixels, it must be less than or equal to the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

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

                                                                                                                                                                                                                                                                                                                                The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                \n@param maxHeight The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                \n@return The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                \n@param maxHeight The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                The maximum height of the watermark in one of the following formats:

                                                                                                                                                                                                                                                                                                                                • number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                • integer percentage (%): The range of valid values is 0 to 100. Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.

                                                                                                                                                                                                                                                                                                                                If you specify the value in pixels, it must be less than or equal to the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "WatermarkSizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

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

                                                                                                                                                                                                                                                                                                                                A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                                                \n@param sizingPolicy A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                  A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                  • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                  • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                  • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                                                  \n@return A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                  • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                  • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                  • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                    A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                                                    \n@param sizingPolicy A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                      A value that controls scaling of the watermark:

                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the watermark and the values of MaxWidth and MaxHeight are different, the watermark will be distorted.

                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.

                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHorizontalAlign", "beanStyleSetterMethodName" : "setHorizontalAlign", "c2jName" : "HorizontalAlign", "c2jShape" : "HorizontalAlign", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                      • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                      • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                      • Center: The watermark is centered between the left and right borders.

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

                                                                                                                                                                                                                                                                                                                                      The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                      • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                      • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                      • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "horizontalAlign", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                      The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                      • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                      • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                      • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                                                      \n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                      • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                      • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                      • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "horizontalAlign", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                        The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                        • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                        • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                        • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                                                        \n@return The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                        • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                        • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                        • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HorizontalAlign", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HorizontalAlign", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HorizontalAlign", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                          The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                          • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                          • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                          • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                                                          \n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                          • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                          • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                          • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setHorizontalAlign", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "horizontalAlign", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "horizontalAlign", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset:

                                                                                                                                                                                                                                                                                                                                            • Left: The left edge of the watermark is aligned with the left border of the video.

                                                                                                                                                                                                                                                                                                                                            • Right: The right edge of the watermark is aligned with the right border of the video.

                                                                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the left and right borders.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getHorizontalOffset", "beanStyleSetterMethodName" : "setHorizontalOffset", "c2jName" : "HorizontalOffset", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

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

                                                                                                                                                                                                                                                                                                                                            The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "horizontalOffset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                            \n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "horizontalOffset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                            \n@return The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "HorizontalOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HorizontalOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "HorizontalOffset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                            \n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "setterMethodName" : "setHorizontalOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "horizontalOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "horizontalOffset", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                            The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:

                                                                                                                                                                                                                                                                                                                                            • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.

                                                                                                                                                                                                                                                                                                                                            • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                            For example, if you specify Left for HorizontalAlign and 5px for HorizontalOffset, the left side of the watermark appears 5 pixels from the left border of the output video.

                                                                                                                                                                                                                                                                                                                                            HorizontalOffset is only valid when the value of HorizontalAlign is Left or Right. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                            Use the value of Target to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVerticalAlign", "beanStyleSetterMethodName" : "setVerticalAlign", "c2jName" : "VerticalAlign", "c2jShape" : "VerticalAlign", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                            • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                            • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the top and bottom borders.

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

                                                                                                                                                                                                                                                                                                                                            The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                            • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                            • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verticalAlign", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                            The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                            • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                            • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                                            \n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                            • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                            • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                            • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verticalAlign", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                              The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                              • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                              • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                              • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                                              \n@return The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                              • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                              • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                              • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerticalAlign", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerticalAlign", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerticalAlign", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                                • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                                • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                                                \n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                                • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                                • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                                • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setVerticalAlign", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verticalAlign", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "verticalAlign", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  The vertical position of the watermark unless you specify a non-zero value for VerticalOffset:

                                                                                                                                                                                                                                                                                                                                                  • Top: The top edge of the watermark is aligned with the top border of the video.

                                                                                                                                                                                                                                                                                                                                                  • Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.

                                                                                                                                                                                                                                                                                                                                                  • Center: The watermark is centered between the top and bottom borders.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getVerticalOffset", "beanStyleSetterMethodName" : "setVerticalOffset", "c2jName" : "VerticalOffset", "c2jShape" : "PixelsOrPercent", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

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

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "verticalOffset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                                  \n@param verticalOffset VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "verticalOffset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                                  \n@return VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "VerticalOffset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VerticalOffset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "VerticalOffset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                                  \n@param verticalOffset VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.", "setterMethodName" : "setVerticalOffset", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "verticalOffset", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "verticalOffset", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset

                                                                                                                                                                                                                                                                                                                                                  The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:

                                                                                                                                                                                                                                                                                                                                                  • number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxHeight.

                                                                                                                                                                                                                                                                                                                                                  • integer percentage (%): The range of valid values is 0 to 100.

                                                                                                                                                                                                                                                                                                                                                  For example, if you specify Top for VerticalAlign and 5px for VerticalOffset, the top of the watermark appears 5 pixels from the top border of the output video.

                                                                                                                                                                                                                                                                                                                                                  VerticalOffset is only valid when the value of VerticalAlign is Top or Bottom.

                                                                                                                                                                                                                                                                                                                                                  If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.

                                                                                                                                                                                                                                                                                                                                                  Use the value of Target to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOpacity", "beanStyleSetterMethodName" : "setOpacity", "c2jName" : "Opacity", "c2jShape" : "Opacity", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

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

                                                                                                                                                                                                                                                                                                                                                  A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "opacity", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                                                                  \n@param opacity A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "opacity", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                                                                  \n@return A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Opacity", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Opacity", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Opacity", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                                                                  \n@param opacity A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.", "setterMethodName" : "setOpacity", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "opacity", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "opacity", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                  A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity is float.

                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity. The .jpg file format doesn't support transparency.

                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTarget", "beanStyleSetterMethodName" : "setTarget", "c2jName" : "Target", "c2jShape" : "Target", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                  • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                  • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

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

                                                                                                                                                                                                                                                                                                                                                  A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                  • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                  • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "target", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                  A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                  • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                  • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                  \n@param target A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                  • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                  • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "target", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                    A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                    • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                    • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                    \n@return A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                    • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                    • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Target", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Target", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Target", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                      A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                      • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                      • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                      \n@param target A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                      • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                      • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setTarget", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "target", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset, VerticalOffset, MaxWidth, and MaxHeight:

                                                                                                                                                                                                                                                                                                                                                        • Content: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                        • Frame: HorizontalOffset and VerticalOffset values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition, MaxWidth and MaxHeight, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PresetWatermark", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PresetWatermark", "variableName" : "presetWatermark", "variableType" : "PresetWatermark", "documentation" : null, "simpleType" : "PresetWatermark", "variableSetterType" : "PresetWatermark" }, "wrapper" : false }, "ReadJobRequest" : { "c2jName" : "ReadJobRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ReadJobRequest structure.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ReadJob", "locationName" : null, "requestUri" : "/2012-09-25/jobs/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the job for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the job for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the job for which you want to get detailed information.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the job for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the job for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the job for which you want to get detailed information.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the job for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the job for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the job for which you want to get detailed information.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the job for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "ReadJobRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReadJobRequest", "variableName" : "readJobRequest", "variableType" : "ReadJobRequest", "documentation" : null, "simpleType" : "ReadJobRequest", "variableSetterType" : "ReadJobRequest" }, "wrapper" : false }, "ReadJobResponse" : { "c2jName" : "ReadJobResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ReadJobResponse structure.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "Job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@param job A section of the response body that provides information about the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the job.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Job", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Job", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@param job A section of the response body that provides information about the job.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Job" : { "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "Job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@param job A section of the response body that provides information about the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the job.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Job", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Job", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@param job A section of the response body that provides information about the job.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getJob", "beanStyleSetterMethodName" : "setJob", "c2jName" : "Job", "c2jShape" : "Job", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "job", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@param job A section of the response body that provides information about the job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "job", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the job.", "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Job", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Job", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Job", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        \n@param job A section of the response body that provides information about the job.", "setterMethodName" : "setJob", "setterModel" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : null, "simpleType" : "Job", "variableSetterType" : "Job" }, "simple" : false, "variable" : { "variableDeclarationType" : "Job", "variableName" : "job", "variableType" : "Job", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the job.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Job", "variableSetterType" : "Job" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReadJobResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReadJobResponse", "variableName" : "readJobResponse", "variableType" : "ReadJobResponse", "documentation" : null, "simpleType" : "ReadJobResponse", "variableSetterType" : "ReadJobResponse" }, "wrapper" : false }, "ReadPipelineRequest" : { "c2jName" : "ReadPipelineRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ReadPipelineRequest structure.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ReadPipeline", "locationName" : null, "requestUri" : "/2012-09-25/pipelines/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the pipeline to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the pipeline to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the pipeline to read.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the pipeline to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the pipeline to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the pipeline to read.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the pipeline to read.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the pipeline to read.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the pipeline to read.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to read.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "ReadPipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReadPipelineRequest", "variableName" : "readPipelineRequest", "variableType" : "ReadPipelineRequest", "documentation" : null, "simpleType" : "ReadPipelineRequest", "variableSetterType" : "ReadPipelineRequest" }, "wrapper" : false }, "ReadPipelineResponse" : { "c2jName" : "ReadPipelineResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ReadPipelineResponse structure.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@param pipeline A section of the response body that provides information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pipeline" : { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@param pipeline A section of the response body that provides information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, "Warnings" : { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        \n@param pipeline A section of the response body that provides information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                        Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReadPipelineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReadPipelineResponse", "variableName" : "readPipelineResponse", "variableType" : "ReadPipelineResponse", "documentation" : null, "simpleType" : "ReadPipelineResponse", "variableSetterType" : "ReadPipelineResponse" }, "wrapper" : false }, "ReadPresetRequest" : { "c2jName" : "ReadPresetRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ReadPresetRequest structure.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "ReadPreset", "locationName" : null, "requestUri" : "/2012-09-25/presets/{Id}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the preset for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the preset for which you want to get detailed information.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the preset for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the preset for which you want to get detailed information.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the preset for which you want to get detailed information.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the preset for which you want to get detailed information.", "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" : "

                                                                                                                                                                                                                                                                                                                                                        The identifier of the preset for which you want to get detailed information.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "ReadPresetRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ReadPresetRequest", "variableName" : "readPresetRequest", "variableType" : "ReadPresetRequest", "documentation" : null, "simpleType" : "ReadPresetRequest", "variableSetterType" : "ReadPresetRequest" }, "wrapper" : false }, "ReadPresetResponse" : { "c2jName" : "ReadPresetResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ReadPresetResponse structure.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPreset", "beanStyleSetterMethodName" : "setPreset", "c2jName" : "Preset", "c2jShape" : "Preset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@param preset A section of the response body that provides information about the preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the preset.", "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Preset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Preset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Preset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@param preset A section of the response body that provides information about the preset.", "setterMethodName" : "setPreset", "setterModel" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Preset" : { "beanStyleGetterMethodName" : "getPreset", "beanStyleSetterMethodName" : "setPreset", "c2jName" : "Preset", "c2jShape" : "Preset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@param preset A section of the response body that provides information about the preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the preset.", "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Preset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Preset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Preset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@param preset A section of the response body that provides information about the preset.", "setterMethodName" : "setPreset", "setterModel" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPreset", "beanStyleSetterMethodName" : "setPreset", "c2jName" : "Preset", "c2jShape" : "Preset", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

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

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "preset", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@param preset A section of the response body that provides information about the preset.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "preset", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@return A section of the response body that provides information about the preset.", "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Preset", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Preset", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Preset", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        \n@param preset A section of the response body that provides information about the preset.", "setterMethodName" : "setPreset", "setterModel" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : null, "simpleType" : "Preset", "variableSetterType" : "Preset" }, "simple" : false, "variable" : { "variableDeclarationType" : "Preset", "variableName" : "preset", "variableType" : "Preset", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        A section of the response body that provides information about the preset.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "Preset", "variableSetterType" : "Preset" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ReadPresetResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ReadPresetResponse", "variableName" : "readPresetResponse", "variableType" : "ReadPresetResponse", "documentation" : null, "simpleType" : "ReadPresetResponse", "variableSetterType" : "ReadPresetResponse" }, "wrapper" : false }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : "ResourceInUseException", "event" : false, "eventStream" : false, "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" : "

                                                                                                                                                                                                                                                                                                                                                        The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : "ResourceNotFoundException", "event" : false, "eventStream" : false, "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 }, "TestRoleRequest" : { "c2jName" : "TestRoleRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : true, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The TestRoleRequest structure.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "TestRole", "locationName" : null, "requestUri" : "/2012-09-25/roleTests", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

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

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this 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 #inputBucket(String)}.\n@param inputBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputBucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@return The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this 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" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this 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 #outputBucket(String)}.\n@param outputBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputBucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param outputBucket The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@return The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this 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" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param outputBucket The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTopics", "beanStyleSetterMethodName" : "setTopics", "c2jName" : "Topics", "c2jShape" : "SnsTopics", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \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 #topics(List)}.\n@param topics 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 #topics(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topics", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topics", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.", "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" : "Topics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Topics", "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" : "SnsTopic", "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, "fluentEnumSetterMethodName" : 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" : "Topics", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.", "setterMethodName" : "setTopics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "topics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "topics", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "InputBucket" : { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this 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 #inputBucket(String)}.\n@param inputBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputBucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@return The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this 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" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "OutputBucket" : { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this 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 #outputBucket(String)}.\n@param outputBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputBucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param outputBucket The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@return The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this 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" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param outputBucket The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Role" : { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

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

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Topics" : { "beanStyleGetterMethodName" : "getTopics", "beanStyleSetterMethodName" : "setTopics", "c2jName" : "Topics", "c2jShape" : "SnsTopics", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \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 #topics(List)}.\n@param topics 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 #topics(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topics", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topics", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.", "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" : "Topics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Topics", "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" : "SnsTopic", "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, "fluentEnumSetterMethodName" : 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" : "Topics", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.", "setterMethodName" : "setTopics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "topics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "topics", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

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

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this 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 #inputBucket(String)}.\n@param inputBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #inputBucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@return The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this 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" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOutputBucket", "beanStyleSetterMethodName" : "setOutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this 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 #outputBucket(String)}.\n@param outputBucket a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #outputBucket(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "outputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param outputBucket The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "outputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@return The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this 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" : "OutputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "OutputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        \n@param outputBucket The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.", "setterMethodName" : "setOutputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "outputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The action attempts to read from this bucket.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getTopics", "beanStyleSetterMethodName" : "setTopics", "c2jName" : "Topics", "c2jShape" : "SnsTopics", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \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 #topics(List)}.\n@param topics 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 #topics(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "topics", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "topics", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.", "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" : "Topics", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Topics", "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" : "SnsTopic", "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, "fluentEnumSetterMethodName" : 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" : "Topics", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        \n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.", "setterMethodName" : "setTopics", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "topics", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "topics", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Role", "InputBucket", "OutputBucket", "Topics" ], "shapeName" : "TestRoleRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TestRoleRequest", "variableName" : "testRoleRequest", "variableType" : "TestRoleRequest", "documentation" : null, "simpleType" : "TestRoleRequest", "variableSetterType" : "TestRoleRequest" }, "wrapper" : false }, "TestRoleResponse" : { "c2jName" : "TestRoleResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : true, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The TestRoleResponse structure.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "Success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

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

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@param success If the operation is successful, this value is true; otherwise, the value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@return If the operation is successful, this value is true; otherwise, the value is false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Success", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Success", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@param success If the operation is successful, this value is true; otherwise, the value is false.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "success", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "success", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "Messages", "c2jShape" : "ExceptionMessages", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \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 #messages(List)}.\n@param messages 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 #messages(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messages", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n@param messages If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.", "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" : "Messages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Messages", "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" : "String", "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, "fluentEnumSetterMethodName" : 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" : "Messages", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n@param messages If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.", "setterMethodName" : "setMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Messages" : { "beanStyleGetterMethodName" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "Messages", "c2jShape" : "ExceptionMessages", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \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 #messages(List)}.\n@param messages 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 #messages(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messages", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n@param messages If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.", "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" : "Messages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Messages", "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" : "String", "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, "fluentEnumSetterMethodName" : 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" : "Messages", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n@param messages If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.", "setterMethodName" : "setMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Success" : { "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "Success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

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

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@param success If the operation is successful, this value is true; otherwise, the value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@return If the operation is successful, this value is true; otherwise, the value is false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Success", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Success", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@param success If the operation is successful, this value is true; otherwise, the value is false.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "success", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "success", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSuccess", "beanStyleSetterMethodName" : "setSuccess", "c2jName" : "Success", "c2jShape" : "Success", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

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

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "success", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@param success If the operation is successful, this value is true; otherwise, the value is false.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "success", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@return If the operation is successful, this value is true; otherwise, the value is false.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Success", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Success", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Success", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        \n@param success If the operation is successful, this value is true; otherwise, the value is false.", "setterMethodName" : "setSuccess", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "success", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "success", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the operation is successful, this value is true; otherwise, the value is false.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessages", "beanStyleSetterMethodName" : "setMessages", "c2jName" : "Messages", "c2jShape" : "ExceptionMessages", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \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 #messages(List)}.\n@param messages 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 #messages(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "messages", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n@param messages If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "messages", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n

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

                                                                                                                                                                                                                                                                                                                                                        \n@return If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.", "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" : "Messages", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Messages", "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" : "String", "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, "fluentEnumSetterMethodName" : 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" : "Messages", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        \n@param messages If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.", "setterMethodName" : "setMessages", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "messages", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        If the Success element contains false, this value is an array of one or more error messages that were generated during the test process.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TestRoleResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TestRoleResponse", "variableName" : "testRoleResponse", "variableType" : "TestRoleResponse", "documentation" : null, "simpleType" : "TestRoleResponse", "variableSetterType" : "TestRoleResponse" }, "wrapper" : false }, "Thumbnails" : { "c2jName" : "Thumbnails", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        Thumbnails for videos.

                                                                                                                                                                                                                                                                                                                                                        ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "JpgOrPng", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

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

                                                                                                                                                                                                                                                                                                                                                        The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                        \n@param format The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                        \n@return The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                        \n@param format The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                        You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInterval", "beanStyleSetterMethodName" : "setInterval", "c2jName" : "Interval", "c2jShape" : "Digits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The approximate number of seconds between thumbnails. Specify an integer 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 #interval(String)}.\n@param interval a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #interval(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interval", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                        \n@param interval The approximate number of seconds between thumbnails. Specify an integer value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interval", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                        \n@return The approximate number of seconds between thumbnails. Specify an integer 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" : "Interval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Interval", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Interval", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                        \n@param interval The approximate number of seconds between thumbnails. Specify an integer value.", "setterMethodName" : "setInterval", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "interval", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "interval", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "ThumbnailResolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

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

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                        \n@param resolution

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                        \n@return

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution 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" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                        \n@param resolution

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

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

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                        \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                        \n@return

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                        \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                        The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                        auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

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

                                                                                                                                                                                                                                                                                                                                                        The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                        \n@param maxWidth The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                        \n@return The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                        \n@param maxWidth The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

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

                                                                                                                                                                                                                                                                                                                                                        The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                        \n@param maxHeight The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                        \n@return The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                        \n@param maxHeight The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                        The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

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

                                                                                                                                                                                                                                                                                                                                                        Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                        Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                        \n@param sizingPolicy Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                          Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                          • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                          • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                          \n@return Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                          • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                          • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                            Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                            • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                            • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                            • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                            • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                            • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                            • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                            \n@param sizingPolicy Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                            • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                            • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                            • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                            • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                            • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                            • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

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

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AspectRatio" : { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

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

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                              \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                              \n@return

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                              \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                              auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Format" : { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "JpgOrPng", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

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

                                                                                                                                                                                                                                                                                                                                                              The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                              \n@param format The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                              \n@return The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                              \n@param format The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                              You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Interval" : { "beanStyleGetterMethodName" : "getInterval", "beanStyleSetterMethodName" : "setInterval", "c2jName" : "Interval", "c2jShape" : "Digits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The approximate number of seconds between thumbnails. Specify an integer 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 #interval(String)}.\n@param interval a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #interval(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interval", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                              \n@param interval The approximate number of seconds between thumbnails. Specify an integer value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interval", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                              \n@return The approximate number of seconds between thumbnails. Specify an integer 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" : "Interval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Interval", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Interval", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                              \n@param interval The approximate number of seconds between thumbnails. Specify an integer value.", "setterMethodName" : "setInterval", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "interval", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "interval", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxHeight" : { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

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

                                                                                                                                                                                                                                                                                                                                                              The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                              \n@param maxHeight The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                              \n@return The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                              \n@param maxHeight The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxWidth" : { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

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

                                                                                                                                                                                                                                                                                                                                                              The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                              \n@param maxWidth The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                              \n@return The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                              \n@param maxWidth The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PaddingPolicy" : { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

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

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resolution" : { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "ThumbnailResolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

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

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                              \n@param resolution

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                              \n@return

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution 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" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                              \n@param resolution

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                              The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SizingPolicy" : { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

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

                                                                                                                                                                                                                                                                                                                                                              Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                              Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              \n@param sizingPolicy Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                \n@return Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                  Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                  • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                  • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                  • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                  • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                  • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                  • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                  \n@param sizingPolicy Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                  • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                  • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                  • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                  • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                  • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                  • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                    • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                    • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getFormat", "beanStyleSetterMethodName" : "setFormat", "c2jName" : "Format", "c2jShape" : "JpgOrPng", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

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

                                                                                                                                                                                                                                                                                                                                                                    The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "format", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                                    \n@param format The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "format", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Format", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Format", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Format", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                                    \n@param format The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.", "setterMethodName" : "setFormat", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "format", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The format of thumbnails, if any. Valid values are jpg and png.

                                                                                                                                                                                                                                                                                                                                                                    You specify whether you want Elastic Transcoder to create thumbnails when you create a job.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInterval", "beanStyleSetterMethodName" : "setInterval", "c2jName" : "Interval", "c2jShape" : "Digits", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The approximate number of seconds between thumbnails. Specify an integer 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 #interval(String)}.\n@param interval a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #interval(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "interval", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                                    \n@param interval The approximate number of seconds between thumbnails. Specify an integer value.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "interval", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The approximate number of seconds between thumbnails. Specify an integer 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" : "Interval", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Interval", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Interval", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                                    \n@param interval The approximate number of seconds between thumbnails. Specify an integer value.", "setterMethodName" : "setInterval", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "interval", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "interval", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The approximate number of seconds between thumbnails. Specify an integer value.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "ThumbnailResolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

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

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                                    \n@param resolution

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                                    \n@return

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution 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" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                                    \n@param resolution

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The width and height of thumbnail files in pixels. Specify a value in the format width x height where both values are even integers. The values cannot exceed the width and height that you specified in the Video:Resolution object.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

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

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                                    \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                                    \n@return

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                                    \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of thumbnails, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, and PaddingPolicy instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                    The aspect ratio of thumbnails. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                    auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the video in the output file.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

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

                                                                                                                                                                                                                                                                                                                                                                    The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                                    \n@param maxWidth The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                                    \n@param maxWidth The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 4096.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

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

                                                                                                                                                                                                                                                                                                                                                                    The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                                    \n@param maxHeight The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                                    \n@return The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                                    \n@param maxHeight The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                    The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 32 and 3072.

                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                    • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                    • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

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

                                                                                                                                                                                                                                                                                                                                                                    Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                    • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                    • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                    Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                    • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                    • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    \n@param sizingPolicy Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                    • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                    • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                      Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                      \n@return Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                        Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                        \n@param sizingPolicy Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Specify one of the following values to control scaling of thumbnails:

                                                                                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                          • Fill: Elastic Transcoder scales thumbnails so they match the value that you specified in thumbnail MaxWidth or MaxHeight settings and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails and then crops in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches thumbnails to match the values that you specified for thumbnail MaxWidth and MaxHeight settings. If the relative proportions of the input video and thumbnails are different, the thumbnails will be distorted.

                                                                                                                                                                                                                                                                                                                                                                          • Keep: Elastic Transcoder does not scale thumbnails. If either dimension of the input video exceeds the values that you specified for thumbnail MaxWidth and MaxHeight settings, Elastic Transcoder crops the thumbnails.

                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of thumbnail MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFill: Elastic Transcoder scales thumbnails down so that their dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale thumbnails up.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

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

                                                                                                                                                                                                                                                                                                                                                                          When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                                          \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                                          \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                                          \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnail MaxWidth and MaxHeight settings.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Thumbnails", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Thumbnails", "variableName" : "thumbnails", "variableType" : "Thumbnails", "documentation" : null, "simpleType" : "Thumbnails", "variableSetterType" : "Thumbnails" }, "wrapper" : false }, "TimeSpan" : { "c2jName" : "TimeSpan", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Settings that determine when a clip begins and how long it lasts.

                                                                                                                                                                                                                                                                                                                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "Time", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

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

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StartTime", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Time", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

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

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@param duration The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Duration", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@param duration The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Duration" : { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Time", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

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

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@param duration The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Duration", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@param duration The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "StartTime" : { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "Time", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

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

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StartTime", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getStartTime", "beanStyleSetterMethodName" : "setStartTime", "c2jName" : "StartTime", "c2jShape" : "Time", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

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

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTime", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTime", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "StartTime", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTime", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "StartTime", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTime The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.", "setterMethodName" : "setStartTime", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "startTime", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "startTime", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The place in the input file where you want a clip to start. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts at the beginning of the input file.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDuration", "beanStyleSetterMethodName" : "setDuration", "c2jName" : "Duration", "c2jShape" : "Time", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

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

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "duration", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@param duration The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "duration", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Duration", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Duration", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Duration", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          \n@param duration The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.", "setterMethodName" : "setDuration", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "duration", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

                                                                                                                                                                                                                                                                                                                                                                          If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TimeSpan", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TimeSpan", "variableName" : "timeSpan", "variableType" : "TimeSpan", "documentation" : null, "simpleType" : "TimeSpan", "variableSetterType" : "TimeSpan" }, "wrapper" : false }, "Timing" : { "c2jName" : "Timing", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          Details about the timing of a job.

                                                                                                                                                                                                                                                                                                                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getSubmitTimeMillis", "beanStyleSetterMethodName" : "setSubmitTimeMillis", "c2jName" : "SubmitTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #submitTimeMillis(Long)}.\n@param submitTimeMillis 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 #submitTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submitTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submitTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job was submitted to Elastic Transcoder, in epoch milliseconds.", "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" : "SubmitTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubmitTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "SubmitTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.", "setterMethodName" : "setSubmitTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "submitTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "submitTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTimeMillis", "beanStyleSetterMethodName" : "setStartTimeMillis", "c2jName" : "StartTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #startTimeMillis(Long)}.\n@param startTimeMillis 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 #startTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job began transcoding, in epoch milliseconds.", "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" : "StartTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "StartTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.", "setterMethodName" : "setStartTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFinishTimeMillis", "beanStyleSetterMethodName" : "setFinishTimeMillis", "c2jName" : "FinishTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #finishTimeMillis(Long)}.\n@param finishTimeMillis 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 #finishTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finishTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finishTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job finished transcoding, in epoch milliseconds.", "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" : "FinishTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FinishTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FinishTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.", "setterMethodName" : "setFinishTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "finishTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "finishTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FinishTimeMillis" : { "beanStyleGetterMethodName" : "getFinishTimeMillis", "beanStyleSetterMethodName" : "setFinishTimeMillis", "c2jName" : "FinishTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #finishTimeMillis(Long)}.\n@param finishTimeMillis 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 #finishTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finishTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finishTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job finished transcoding, in epoch milliseconds.", "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" : "FinishTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FinishTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FinishTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.", "setterMethodName" : "setFinishTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "finishTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "finishTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "StartTimeMillis" : { "beanStyleGetterMethodName" : "getStartTimeMillis", "beanStyleSetterMethodName" : "setStartTimeMillis", "c2jName" : "StartTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #startTimeMillis(Long)}.\n@param startTimeMillis 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 #startTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job began transcoding, in epoch milliseconds.", "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" : "StartTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "StartTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.", "setterMethodName" : "setStartTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "SubmitTimeMillis" : { "beanStyleGetterMethodName" : "getSubmitTimeMillis", "beanStyleSetterMethodName" : "setSubmitTimeMillis", "c2jName" : "SubmitTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #submitTimeMillis(Long)}.\n@param submitTimeMillis 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 #submitTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submitTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submitTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job was submitted to Elastic Transcoder, in epoch milliseconds.", "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" : "SubmitTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubmitTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "SubmitTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.", "setterMethodName" : "setSubmitTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "submitTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "submitTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getSubmitTimeMillis", "beanStyleSetterMethodName" : "setSubmitTimeMillis", "c2jName" : "SubmitTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #submitTimeMillis(Long)}.\n@param submitTimeMillis 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 #submitTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "submitTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "submitTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job was submitted to Elastic Transcoder, in epoch milliseconds.", "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" : "SubmitTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SubmitTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "SubmitTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.", "setterMethodName" : "setSubmitTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "submitTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "submitTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStartTimeMillis", "beanStyleSetterMethodName" : "setStartTimeMillis", "c2jName" : "StartTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #startTimeMillis(Long)}.\n@param startTimeMillis 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 #startTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "startTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "startTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job began transcoding, in epoch milliseconds.", "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" : "StartTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StartTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "StartTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.", "setterMethodName" : "setStartTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "startTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "startTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job began transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFinishTimeMillis", "beanStyleSetterMethodName" : "setFinishTimeMillis", "c2jName" : "FinishTimeMillis", "c2jShape" : "NullableLong", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \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 #finishTimeMillis(Long)}.\n@param finishTimeMillis 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 #finishTimeMillis(Long)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "finishTimeMillis", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "finishTimeMillis", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The time the job finished transcoding, in epoch milliseconds.", "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" : "FinishTimeMillis", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FinishTimeMillis", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "Long", "marshallingType" : "LONG", "name" : "FinishTimeMillis", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          \n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.", "setterMethodName" : "setFinishTimeMillis", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "finishTimeMillis", "variableType" : "Long", "documentation" : null, "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "variable" : { "variableDeclarationType" : "Long", "variableName" : "finishTimeMillis", "variableType" : "Long", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The time the job finished transcoding, in epoch milliseconds.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Timing", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Timing", "variableName" : "timing", "variableType" : "Timing", "documentation" : null, "simpleType" : "Timing", "variableSetterType" : "Timing" }, "wrapper" : false }, "UpdatePipelineNotificationsRequest" : { "c2jName" : "UpdatePipelineNotificationsRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The UpdatePipelineNotificationsRequest structure.

                                                                                                                                                                                                                                                                                                                                                                          ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdatePipelineNotifications", "locationName" : null, "requestUri" : "/2012-09-25/pipelines/{Id}/notifications", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                          \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                          The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                          \n@param id The identifier of the pipeline for which you want to change notification settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                          \n@return The identifier of the pipeline for which you want to change notification settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                          \n@param id The identifier of the pipeline for which you want to change notification settings.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                          The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                                                                                                                                                                                                                                                                                                                                          The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                          The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                            The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                            \n@return The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                              The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                              • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                              • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                              • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                              • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                              \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                              • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                              • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                              • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                              • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                                The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                \n@param id The identifier of the pipeline for which you want to change notification settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                \n@return The identifier of the pipeline for which you want to change notification settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                \n@param id The identifier of the pipeline for which you want to change notification settings.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Notifications" : { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                                                                                                                                                                                                                                                                                                                                                The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                  The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                  • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                  \n@return The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                  • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                    The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                    \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                      The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                      The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                      \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                                      The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                      The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                      \n@param id The identifier of the pipeline for which you want to change notification settings.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                      The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                      \n@return The identifier of the pipeline for which you want to change notification settings.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                      The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                      \n@param id The identifier of the pipeline for which you want to change notification settings.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                      The identifier of the pipeline for which you want to change notification settings.

                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                      The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                                                                                                                                                                                                                                                                                                                                                      The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                      The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                        The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                        • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                        • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                        • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                        • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                        \n@return The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                        • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                        • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                        • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                        • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                          The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                          \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "Notifications" ], "shapeName" : "UpdatePipelineNotificationsRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdatePipelineNotificationsRequest", "variableName" : "updatePipelineNotificationsRequest", "variableType" : "UpdatePipelineNotificationsRequest", "documentation" : null, "simpleType" : "UpdatePipelineNotificationsRequest", "variableSetterType" : "UpdatePipelineNotificationsRequest" }, "wrapper" : false }, "UpdatePipelineNotificationsResponse" : { "c2jName" : "UpdatePipelineNotificationsResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The UpdatePipelineNotificationsResponse structure.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

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

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param pipeline A section of the response body that provides information about the pipeline associated with this notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@return A section of the response body that provides information about the pipeline associated with this notification.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param pipeline A section of the response body that provides information about the pipeline associated with this notification.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pipeline" : { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

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

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param pipeline A section of the response body that provides information about the pipeline associated with this notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@return A section of the response body that provides information about the pipeline associated with this notification.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param pipeline A section of the response body that provides information about the pipeline associated with this notification.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

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

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param pipeline A section of the response body that provides information about the pipeline associated with this notification.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@return A section of the response body that provides information about the pipeline associated with this notification.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param pipeline A section of the response body that provides information about the pipeline associated with this notification.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            A section of the response body that provides information about the pipeline associated with this notification.

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdatePipelineNotificationsResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdatePipelineNotificationsResponse", "variableName" : "updatePipelineNotificationsResponse", "variableType" : "UpdatePipelineNotificationsResponse", "documentation" : null, "simpleType" : "UpdatePipelineNotificationsResponse", "variableSetterType" : "UpdatePipelineNotificationsResponse" }, "wrapper" : false }, "UpdatePipelineRequest" : { "c2jName" : "UpdatePipelineRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The UpdatePipelineRequest structure.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdatePipeline", "locationName" : null, "requestUri" : "/2012-09-25/pipelines/{Id}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The ID of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                                                            The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param id The ID of the pipeline that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                            \n@return The ID of the pipeline 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" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param id The ID of the pipeline that you want to update.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                            The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                            \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                            \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                            \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                            The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                            Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

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

                                                                                                                                                                                                                                                                                                                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                            \n@return The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

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

                                                                                                                                                                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                                                                                                                                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                            \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                            If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                                                                                                                                                                                                                                                                                                                                                            The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                            The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                            To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                            • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                              The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                              • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                              • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                              • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                              • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                              \n@return The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                              To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                              • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                              • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                              • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                              • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                  • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                                                                                                                                                                                  The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                  The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                  \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                    The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                    • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                    • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                    • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                    • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                      The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                      • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                      • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                        • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                          • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                                                                                                                                                                                        The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                        The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                        • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                        • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                          • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                          The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          \n@return The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                            The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                              • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AwsKmsKeyArn" : { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                                                                                                                                                                                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                              \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                              \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                              If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ContentConfig" : { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                                                                                                                                                                                              The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                              The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                  • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                  • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                  • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                  The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                    • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                    If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                    If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                      • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                        A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                    • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                      • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                      • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                      • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                      • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                    • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The ID of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The ID of the pipeline that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The ID of the pipeline 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" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param id The ID of the pipeline that you want to update.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "InputBucket" : { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

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

                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Name" : { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                    \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                    Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Notifications" : { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                                                                                                                                                                                                                                                                                                                                                                                    The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                    The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                      The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                        The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                        To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                        • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                          To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, "Role" : { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

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

                                                                                                                                                                                                                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                          \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ThumbnailConfig" : { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                                                                                                                                                                                                          The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                          The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                          • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                            • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                            The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                              The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                              • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                              • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The ID of the pipeline that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The ID of the pipeline 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" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param id The ID of the pipeline that you want to update.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The ID of the pipeline that you want to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getName", "beanStyleSetterMethodName" : "setName", "c2jName" : "Name", "c2jShape" : "Name", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                                \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually 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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "name", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "name", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters", "getterModel" : { "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

                                                                                                                                                                                                                                                                                                                                                                                                                                Constraints: Maximum 40 characters

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInputBucket", "beanStyleSetterMethodName" : "setInputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "inputBucket", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "inputBucket", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "InputBucket", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "InputBucket", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "InputBucket", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.", "setterMethodName" : "setInputBucket", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "inputBucket", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getRole", "beanStyleSetterMethodName" : "setRole", "c2jName" : "Role", "c2jShape" : "Role", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "role", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "role", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Role", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Role", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Role", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.", "setterMethodName" : "setRole", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "role", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAwsKmsKeyArn", "beanStyleSetterMethodName" : "setAwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "awsKmsKeyArn", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "awsKmsKeyArn", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AwsKmsKeyArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AwsKmsKeyArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AwsKmsKeyArn", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.", "setterMethodName" : "setAwsKmsKeyArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "awsKmsKeyArn", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                If you use either S3 or S3-AWS-KMS as your Encryption:Mode, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using an Encryption:Mode of AES-PKCS7, AES-CTR, or AES-GCM.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getNotifications", "beanStyleSetterMethodName" : "setNotifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "notifications", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "notifications", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                  The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                  To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Notifications", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Notifications", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Notifications", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                    The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                    To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setNotifications", "setterModel" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : null, "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "simple" : false, "variable" : { "variableDeclarationType" : "Notifications", "variableName" : "notifications", "variableType" : "Notifications", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                      The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

                                                                                                                                                                                                                                                                                                                                                                                                                                      To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "Notifications", "variableSetterType" : "Notifications" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentConfig", "beanStyleSetterMethodName" : "setContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                      The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                      The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                      The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                          A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                      • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                        • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                        The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                          • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                            A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                        • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                          • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ContentConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ContentConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ContentConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                          The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                            • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param contentConfig The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                              A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                          • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                            • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setContentConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                            The optional ContentConfig object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee Type: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.

                                                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getThumbnailConfig", "beanStyleSetterMethodName" : "setThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                            The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                            The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "thumbnailConfig", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                            The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "thumbnailConfig", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                              The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "ThumbnailConfig", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ThumbnailConfig", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "ThumbnailConfig", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param thumbnailConfig The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setThumbnailConfig", "setterModel" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : null, "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "simple" : false, "variable" : { "variableDeclarationType" : "PipelineOutputConfig", "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The ThumbnailConfig object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig, you must also specify values for ThumbnailConfig even if you don't want to create thumbnails.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify values for ContentConfig and ThumbnailConfig, omit the OutputBucket object.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Permissions (Optional): The Permissions object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • GranteeType: Specify the type of value that appears in the Grantee object:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Canonical: The value in the Grantee object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      A canonical user ID is not the same as an AWS account number.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Email: The value in the Grantee object is the registered email address of an AWS account.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Group: The value in the Grantee object is one of the following predefined Amazon S3 groups: AllUsers, AuthenticatedUsers, or LogDelivery.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Access: The permission that you want to give to the AWS user that you specified in Grantee. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • READ: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • READ_ACP: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • WRITE_ACP: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • FULL_CONTROL: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "PipelineOutputConfig", "variableSetterType" : "PipelineOutputConfig" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id" ], "shapeName" : "UpdatePipelineRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdatePipelineRequest", "variableName" : "updatePipelineRequest", "variableType" : "UpdatePipelineRequest", "documentation" : null, "simpleType" : "UpdatePipelineRequest", "variableSetterType" : "UpdatePipelineRequest" }, "wrapper" : false }, "UpdatePipelineResponse" : { "c2jName" : "UpdatePipelineResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param pipeline The pipeline updated by this UpdatePipelineResponse call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param pipeline The pipeline updated by this UpdatePipelineResponse call.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pipeline" : { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param pipeline The pipeline updated by this UpdatePipelineResponse call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param pipeline The pipeline updated by this UpdatePipelineResponse call.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, "Warnings" : { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param pipeline The pipeline updated by this UpdatePipelineResponse call.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param pipeline The pipeline updated by this UpdatePipelineResponse call.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The pipeline updated by this UpdatePipelineResponse call.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWarnings", "beanStyleSetterMethodName" : "setWarnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \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 #warnings(List)}.\n@param warnings 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 #warnings(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "warnings", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "warnings", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "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" : "Warnings", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Warnings", "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" : "Warning", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Warning.Builder} avoiding the need to create one manually via {@link Warning#builder()}.\n\nWhen the {@link Consumer} completes, {@link Warning.Builder#build()} is called immediately and its result is passed to {@link #member(Warning)}.\n@param member a consumer that will call methods on {@link Warning.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Warning)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "Warning", "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" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "simple" : false, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "member", "variableType" : "Warning", "documentation" : "", "simpleType" : "Warning", "variableSetterType" : "Warning" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "Warning", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "Warning", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Warnings", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.", "setterMethodName" : "setWarnings", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "warnings", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdatePipelineResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdatePipelineResponse", "variableName" : "updatePipelineResponse", "variableType" : "UpdatePipelineResponse", "documentation" : null, "simpleType" : "UpdatePipelineResponse", "variableSetterType" : "UpdatePipelineResponse" }, "wrapper" : false }, "UpdatePipelineStatusRequest" : { "c2jName" : "UpdatePipelineStatusRequest", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The UpdatePipelineStatusRequest structure.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdatePipelineStatus", "locationName" : null, "requestUri" : "/2012-09-25/pipelines/{Id}/status", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The identifier of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The identifier of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The identifier of the pipeline to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param id The identifier of the pipeline to update.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PipelineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Paused: The pipeline is not currently processing jobs.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                  The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param status The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                    The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                      The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param status The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Id" : { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The identifier of the pipeline to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param id The identifier of the pipeline to update.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PipelineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                        The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param status The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                          The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@return The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                            The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param status The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getId", "beanStyleSetterMethodName" : "setId", "c2jName" : "Id", "c2jShape" : "Id", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The identifier of the pipeline 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 #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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "id", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param id The identifier of the pipeline to update.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "id", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The identifier of the pipeline to update.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Id", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param id The identifier of the pipeline to update.", "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" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The identifier of the pipeline to update.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getStatus", "beanStyleSetterMethodName" : "setStatus", "c2jName" : "Status", "c2jShape" : "PipelineStatus", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Paused: The pipeline is not currently processing jobs.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "status", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                              The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param status The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "status", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Status", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Status", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Status", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param status The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "status", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The desired status of the pipeline:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Active: The pipeline is processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Paused: The pipeline is not currently processing jobs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Id", "Status" ], "shapeName" : "UpdatePipelineStatusRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdatePipelineStatusRequest", "variableName" : "updatePipelineStatusRequest", "variableType" : "UpdatePipelineStatusRequest", "documentation" : null, "simpleType" : "UpdatePipelineStatusRequest", "variableSetterType" : "UpdatePipelineStatusRequest" }, "wrapper" : false }, "UpdatePipelineStatusResponse" : { "c2jName" : "UpdatePipelineStatusResponse", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A section of the response body that provides information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param pipeline A section of the response body that provides information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Pipeline" : { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A section of the response body that provides information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param pipeline A section of the response body that provides information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getPipeline", "beanStyleSetterMethodName" : "setPipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "pipeline", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "pipeline", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return A section of the response body that provides information about the pipeline.", "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Pipeline", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Pipeline", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "StructuredPojo", "marshallingType" : "STRUCTURED", "name" : "Pipeline", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param pipeline A section of the response body that provides information about the pipeline.", "setterMethodName" : "setPipeline", "setterModel" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : null, "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "simple" : false, "variable" : { "variableDeclarationType" : "Pipeline", "variableName" : "pipeline", "variableType" : "Pipeline", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A section of the response body that provides information about the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Pipeline", "variableSetterType" : "Pipeline" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdatePipelineStatusResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "UpdatePipelineStatusResponse", "variableName" : "updatePipelineStatusResponse", "variableType" : "UpdatePipelineStatusResponse", "documentation" : null, "simpleType" : "UpdatePipelineStatusResponse", "variableSetterType" : "UpdatePipelineStatusResponse" }, "wrapper" : false }, "ValidationException" : { "c2jName" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    One or more required parameter values were not provided in the request.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The VideoParameters structure.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCodec", "beanStyleSetterMethodName" : "setCodec", "c2jName" : "Codec", "c2jShape" : "VideoCodec", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codec", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param codec The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codec", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Codec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Codec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Codec", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param codec The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.", "setterMethodName" : "setCodec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCodecOptions", "beanStyleSetterMethodName" : "setCodecOptions", "c2jName" : "CodecOptions", "c2jShape" : "CodecOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codecOptions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param codecOptions Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codecOptions", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodecOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodecOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "CodecOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "CodecOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "CodecOptions", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param codecOptions Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.", "setterMethodName" : "setCodecOptions", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "codecOptions", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "codecOptions", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyframesMaxDist", "beanStyleSetterMethodName" : "setKeyframesMaxDist", "c2jName" : "KeyframesMaxDist", "c2jShape" : "KeyframesMaxDist", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyframesMaxDist", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param keyframesMaxDist Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyframesMaxDist", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyframesMaxDist", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyframesMaxDist", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyframesMaxDist", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param keyframesMaxDist Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.", "setterMethodName" : "setKeyframesMaxDist", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyframesMaxDist", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyframesMaxDist", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFixedGOP", "beanStyleSetterMethodName" : "setFixedGOP", "c2jName" : "FixedGOP", "c2jShape" : "FixedGOP", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedGOP", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param fixedGOP Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedGOP", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FixedGOP", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FixedGOP", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param fixedGOP Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "setterMethodName" : "setFixedGOP", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fixedGOP", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fixedGOP", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBitRate", "beanStyleSetterMethodName" : "setBitRate", "c2jName" : "BitRate", "c2jShape" : "VideoBitRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 50000 : 62500

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param bitRate The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param bitRate The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setBitRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 62914560

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param frameRate The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param frameRate The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxFrameRate", "beanStyleSetterMethodName" : "setMaxFrameRate", "c2jName" : "MaxFrameRate", "c2jShape" : "MaxFrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxFrameRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param maxFrameRate If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxFrameRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxFrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxFrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxFrameRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param maxFrameRate If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.", "setterMethodName" : "setMaxFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxFrameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxFrameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "Resolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 2097152

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resolution

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param resolution

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param maxWidth The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param maxWidth The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param maxHeight The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param maxHeight The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDisplayAspectRatio", "beanStyleSetterMethodName" : "setDisplayAspectRatio", "c2jName" : "DisplayAspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayAspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param displayAspectRatio The value that Elastic Transcoder adds to the metadata in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayAspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The value that Elastic Transcoder adds to the metadata in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayAspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayAspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayAspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param displayAspectRatio The value that Elastic Transcoder adds to the metadata in the output file.", "setterMethodName" : "setDisplayAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayAspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayAspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param sizingPolicy Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param sizingPolicy Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "PresetWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param watermarks Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.", "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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "PresetWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PresetWatermark.Builder} avoiding the need to create one manually via {@link PresetWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link PresetWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(PresetWatermark)}.\n@param member a consumer that will call methods on {@link PresetWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PresetWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "PresetWatermark", "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" : "PresetWatermark", "variableName" : "member", "variableType" : "PresetWatermark", "documentation" : null, "simpleType" : "PresetWatermark", "variableSetterType" : "PresetWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "PresetWatermark", "variableName" : "member", "variableType" : "PresetWatermark", "documentation" : "", "simpleType" : "PresetWatermark", "variableSetterType" : "PresetWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PresetWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PresetWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param watermarks Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AspectRatio" : { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "BitRate" : { "beanStyleGetterMethodName" : "getBitRate", "beanStyleSetterMethodName" : "setBitRate", "c2jName" : "BitRate", "c2jShape" : "VideoBitRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 50000 : 62500

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param bitRate The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@return The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param bitRate The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ", "setterMethodName" : "setBitRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Codec" : { "beanStyleGetterMethodName" : "getCodec", "beanStyleSetterMethodName" : "setCodec", "c2jName" : "Codec", "c2jShape" : "VideoCodec", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codec", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param codec The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codec", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Codec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Codec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Codec", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param codec The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.", "setterMethodName" : "setCodec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "CodecOptions" : { "beanStyleGetterMethodName" : "getCodecOptions", "beanStyleSetterMethodName" : "setCodecOptions", "c2jName" : "CodecOptions", "c2jShape" : "CodecOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codecOptions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param codecOptions Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codecOptions", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodecOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodecOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "CodecOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "CodecOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "CodecOptions", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param codecOptions Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.", "setterMethodName" : "setCodecOptions", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "codecOptions", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "codecOptions", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, "DisplayAspectRatio" : { "beanStyleGetterMethodName" : "getDisplayAspectRatio", "beanStyleSetterMethodName" : "setDisplayAspectRatio", "c2jName" : "DisplayAspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The value that Elastic Transcoder adds to the metadata in the output file.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayAspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param displayAspectRatio The value that Elastic Transcoder adds to the metadata in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayAspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return The value that Elastic Transcoder adds to the metadata in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayAspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayAspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayAspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param displayAspectRatio The value that Elastic Transcoder adds to the metadata in the output file.", "setterMethodName" : "setDisplayAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayAspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayAspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FixedGOP" : { "beanStyleGetterMethodName" : "getFixedGOP", "beanStyleSetterMethodName" : "setFixedGOP", "c2jName" : "FixedGOP", "c2jShape" : "FixedGOP", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedGOP", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param fixedGOP Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedGOP", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FixedGOP", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FixedGOP", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param fixedGOP Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "setterMethodName" : "setFixedGOP", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fixedGOP", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fixedGOP", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FrameRate" : { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 62914560

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param frameRate The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param frameRate The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "KeyframesMaxDist" : { "beanStyleGetterMethodName" : "getKeyframesMaxDist", "beanStyleSetterMethodName" : "setKeyframesMaxDist", "c2jName" : "KeyframesMaxDist", "c2jShape" : "KeyframesMaxDist", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyframesMaxDist", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param keyframesMaxDist Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyframesMaxDist", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyframesMaxDist", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyframesMaxDist", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyframesMaxDist", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param keyframesMaxDist Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.", "setterMethodName" : "setKeyframesMaxDist", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyframesMaxDist", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyframesMaxDist", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxFrameRate" : { "beanStyleGetterMethodName" : "getMaxFrameRate", "beanStyleSetterMethodName" : "setMaxFrameRate", "c2jName" : "MaxFrameRate", "c2jShape" : "MaxFrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxFrameRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxFrameRate If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxFrameRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxFrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxFrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxFrameRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxFrameRate If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.", "setterMethodName" : "setMaxFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxFrameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxFrameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxHeight" : { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxHeight The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxHeight The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MaxWidth" : { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxWidth The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param maxWidth The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "PaddingPolicy" : { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Resolution" : { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "Resolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 2097152

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param resolution

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@return

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param resolution

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SizingPolicy" : { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param sizingPolicy Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@param sizingPolicy Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Watermarks" : { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "PresetWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param watermarks Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.", "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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "PresetWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PresetWatermark.Builder} avoiding the need to create one manually via {@link PresetWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link PresetWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(PresetWatermark)}.\n@param member a consumer that will call methods on {@link PresetWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PresetWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "PresetWatermark", "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" : "PresetWatermark", "variableName" : "member", "variableType" : "PresetWatermark", "documentation" : null, "simpleType" : "PresetWatermark", "variableSetterType" : "PresetWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "PresetWatermark", "variableName" : "member", "variableType" : "PresetWatermark", "documentation" : "", "simpleType" : "PresetWatermark", "variableSetterType" : "PresetWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PresetWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PresetWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param watermarks Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCodec", "beanStyleSetterMethodName" : "setCodec", "c2jName" : "Codec", "c2jShape" : "VideoCodec", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codec", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param codec The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codec", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Codec", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Codec", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Codec", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param codec The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.", "setterMethodName" : "setCodec", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "codec", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The video codec for the output file. Valid values include gif, H.264, mpeg2, vp8, and vp9. You can only specify vp8 and vp9 when the container type is webm, gif when the container type is gif, and mpeg2 when the container type is mpg.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCodecOptions", "beanStyleSetterMethodName" : "setCodecOptions", "c2jName" : "CodecOptions", "c2jShape" : "CodecOptions", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "codecOptions", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param codecOptions Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "codecOptions", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "CodecOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "CodecOptions", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : { "beanStyleGetterMethodName" : "getKey", "beanStyleSetterMethodName" : "setKey", "c2jName" : "key", "c2jShape" : "CodecOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Key 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 #key(String)}.\n@param key a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #key(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "key", "fluentSetterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "key", "getterDocumentation" : "Returns the value of the Key property for this object.\n@return The value of the Key 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" : "key", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "key", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Key", "setterDocumentation" : "Sets the value of the Key property for this object.\n\n@param key The new value for the Key property for this object.", "setterMethodName" : "setKey", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "key", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "valueLocationName" : "value", "valueModel" : { "beanStyleGetterMethodName" : "getValue", "beanStyleSetterMethodName" : "setValue", "c2jName" : "value", "c2jShape" : "CodecOption", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Value 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 #value(String)}.\n@param value a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(String)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "value", "fluentSetterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "value", "getterDocumentation" : "Returns the value of the Value property for this object.\n@return The value of the Value 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" : "value", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "value", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Value", "setterDocumentation" : "Sets the value of the Value property for this object.\n\n@param value The new value for the Value property for this object.", "setterMethodName" : "setValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "value", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "entryType" : "Map.Entry", "templateType" : "java.util.Map" }, "marshallingTargetClass" : "Map", "marshallingType" : "MAP", "name" : "CodecOptions", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param codecOptions Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.", "setterMethodName" : "setCodecOptions", "setterModel" : { "variableDeclarationType" : "java.util.Map", "variableName" : "codecOptions", "variableType" : "java.util.Map", "documentation" : null, "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.Map", "variableName" : "codecOptions", "variableType" : "java.util.Map", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Profile (H.264/VP8/VP9 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 profile that you want to use for the output file. Elastic Transcoder supports the following profiles:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • baseline: The profile most commonly used for videoconferencing and for mobile applications.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • main: The profile used for standard-definition digital TV broadcasts.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • high: The profile used for high-definition digital TV broadcasts and for Blu-ray discs.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The H.264 level that you want to use for the output file. Elastic Transcoder supports the following levels:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1, 1b, 1.1, 1.2, 1.3, 2, 2.1, 2.2, 3, 3.1, 3.2, 4, 4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxReferenceFrames (H.264 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is H.264. The maximum number of previously decoded frames to use as a reference for decoding future frames. Valid values are integers 0 through 16, but we recommend that you not use a value greater than the following:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels * Height in pixels)), 16)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    where Width in pixels and Height in pixels represent either MaxWidth and MaxHeight, or Resolution. Maximum decoded picture buffer in macroblocks depends on the value of the Level object. See the list below. (A macroblock is a block of pixels measuring 16x16.)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 396

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 900

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 4752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 8100

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 18000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 32768

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits per second in a video buffer; the size of the buffer is specified by BufferSize. Specify a value between 16 and 62,500. You can reduce the bandwidth required to stream a video by reducing the maximum bit rate, but this also reduces the quality of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of bits in any x seconds of the output video. This window is commonly 10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the container type of the output video. Specify an integer greater than 0. If you specify MaxBitRate and omit BufferSize, Elastic Transcoder sets BufferSize to 10 times the value of MaxBitRate.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    InterlacedMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The interlace mode for the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Interlaced video is used to double the perceived frame rate for a video by interlacing two fields (one field on every other line, the other field on the other lines) so that the human eye registers multiple pictures per frame. Interlacing reduces the bandwidth required for transmitting a video, but can result in blurred images and flickering.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include Progressive (no interlacing, top to bottom), TopFirst (top field first), BottomFirst (bottom field first), and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If InterlaceMode is not specified, Elastic Transcoder uses Progressive for the output. If Auto is specified, Elastic Transcoder interlaces the output.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The color space conversion Elastic Transcoder applies to the output video. Color spaces are the algorithms used by the computer to store information about how to render color. Bt.601 is the standard for standard definition video, while Bt.709 is the standard for high definition video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Valid values include None, Bt709toBt601, Bt601toBt709, and Auto.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you chose Auto for ColorSpaceConversionMode and your output is interlaced, your frame rate is one of 23.97, 24, 25, 29.97, 50, or 60, your SegmentDuration is null, and you are using one of the resolution changes from the list below, Elastic Transcoder applies the following color space conversions:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x480 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • Standard to HD, 720x576 to 1920x1080 - Elastic Transcoder applies Bt601ToBt709

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x480 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • HD to Standard, 1920x1080 to 720x576 - Elastic Transcoder applies Bt709ToBt601

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Elastic Transcoder may change the behavior of the ColorspaceConversionMode Auto mode in the future. All outputs in a playlist must use the same ColorSpaceConversionMode.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    If you do not specify a ColorSpaceConversionMode, Elastic Transcoder does not change the color space of a file. If you are unsure what ColorSpaceConversionMode was applied to your output file, you can check the AppliedColorSpaceConversion parameter included in your job response. If your job does not have an AppliedColorSpaceConversion in its response, no ColorSpaceConversionMode was applied.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ChromaSubsampling

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The sampling pattern for the chroma (color) channels of the output video. Valid values include yuv420p and yuv422p.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    yuv420p samples the chroma information of every other horizontal and every other vertical line, yuv422p samples the color information of every horizontal line and every other vertical line.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    LoopCount (Gif Only)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The number of times you want the output gif to loop. Valid values include Infinite and integers between 0 and 100, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getKeyframesMaxDist", "beanStyleSetterMethodName" : "setKeyframesMaxDist", "c2jName" : "KeyframesMaxDist", "c2jShape" : "KeyframesMaxDist", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "keyframesMaxDist", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param keyframesMaxDist Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "keyframesMaxDist", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "KeyframesMaxDist", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "KeyframesMaxDist", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "KeyframesMaxDist", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param keyframesMaxDist Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.", "setterMethodName" : "setKeyframesMaxDist", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "keyframesMaxDist", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "keyframesMaxDist", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The maximum number of frames between key frames. Key frames are fully encoded frames; the frames between key frames are encoded based, in part, on the content of the key frames. The value is an integer formatted as a string; valid values are between 1 (every frame is a key frame) and 100000, inclusive. A higher value results in higher compression but may also discernibly decrease video quality.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For Smooth outputs, the FrameRate must have a constant ratio to the KeyframesMaxDist. This allows Smooth playlists to switch between different quality levels while the file is being played.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    For example, an input file can have a FrameRate of 30 with a KeyframesMaxDist of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have FrameRate of 30, 25, and 10, and KeyframesMaxDist of 90, 75, and 30, respectively.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternately, this can be achieved by setting FrameRate to auto and having the same values for MaxFrameRate and KeyframesMaxDist.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFixedGOP", "beanStyleSetterMethodName" : "setFixedGOP", "c2jName" : "FixedGOP", "c2jShape" : "FixedGOP", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "fixedGOP", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param fixedGOP Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@return Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FixedGOP", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FixedGOP", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FixedGOP", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param fixedGOP Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "setterMethodName" : "setFixedGOP", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fixedGOP", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "fixedGOP", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Applicable only when the value of Video:Codec is one of H.264, MPEG2, or VP8.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Whether to use a fixed value for FixedGOP. Valid values are true and false:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • true: Elastic Transcoder uses the value of KeyframesMaxDist for the distance between key frames (the number of frames in a group of pictures, or GOP).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • false: The distance between key frames can vary.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    FixedGOP must be set to true for fmp4 containers.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBitRate", "beanStyleSetterMethodName" : "setBitRate", "c2jName" : "BitRate", "c2jShape" : "VideoBitRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 50000 : 62500

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "bitRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param bitRate The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "bitRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "BitRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "BitRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "BitRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@param bitRate The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "setterMethodName" : "setBitRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "bitRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The bit rate of the video stream in the output file, in kilobits/second. Valid values depend on the values of Level and Profile. If you specify auto, Elastic Transcoder uses the detected bit rate of the input source. If you specify a value other than auto, we recommend that you specify a value less than or equal to the maximum H.264-compliant value listed for your level and profile:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Level - Maximum video bit rate in kilobits/second (baseline and main Profile) : maximum video bit rate in kilobits/second (high Profile)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 64 : 80

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 128 : 160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 192 : 240

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 384 : 480

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 768 : 960

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 2000 : 2500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10000 : 12500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 14000 : 17500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 20000 : 25000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 50000 : 62500

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getFrameRate", "beanStyleSetterMethodName" : "setFrameRate", "c2jName" : "FrameRate", "c2jShape" : "FrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 62914560

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "frameRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param frameRate The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "frameRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "FrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "FrameRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \n@param frameRate The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • ", "setterMethodName" : "setFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "frameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The frames per second for the video stream in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                auto, 10, 15, 23.97, 24, 25, 29.97, 30, 60

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto, Elastic Transcoder uses the detected frame rate of the input source. If you specify a frame rate, we recommend that you perform the following calculation:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Frame rate = maximum recommended decoding speed in luma samples/second / (width in pixels * height in pixels)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                where:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width in pixels and height in pixels represent the Resolution of the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • maximum recommended decoding speed in Luma samples/second is less than or equal to the maximum value listed in the following table, based on the value that you specified for Level.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The maximum recommended decoding speed in Luma samples/second for each level is described in the following list (Level - Decoding speed):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1 - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1b - 380160

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.1 - 76800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.2 - 1536000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 1.3 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2 - 3041280

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2.1 - 5068800

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 2.2 - 5184000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3 - 10368000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.1 - 27648000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3.2 - 55296000

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 4.1 - 62914560

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxFrameRate", "beanStyleSetterMethodName" : "setMaxFrameRate", "c2jName" : "MaxFrameRate", "c2jShape" : "MaxFrameRate", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxFrameRate", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param maxFrameRate If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxFrameRate", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@return If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxFrameRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxFrameRate", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxFrameRate", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param maxFrameRate If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.", "setterMethodName" : "setMaxFrameRate", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxFrameRate", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxFrameRate", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video. Specify the maximum frame rate that you want Elastic Transcoder to use when the frame rate of the input video is greater than the desired maximum frame rate of the output video. Valid values include: 10, 15, 23.97, 24, 25, 29.97, 30, 60.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getResolution", "beanStyleSetterMethodName" : "setResolution", "c2jName" : "Resolution", "c2jShape" : "Resolution", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 2097152

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "resolution", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \n@param resolution

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "resolution", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \n@return

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Resolution", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Resolution", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Resolution", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \n@param resolution

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • ", "setterMethodName" : "setResolution", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "resolution", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The width and height of the video in the output file, in pixels. Valid values are auto and width x height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • auto: Elastic Transcoder attempts to preserve the width and height of the input file, subject to the following rules.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • width x height : The width and height of the output video in pixels.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Note the following about specifying the width and height:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • The width must be an even integer between 128 and 4096, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • The height must be an even integer between 96 and 3072, inclusive.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • If you specify a resolution that is less than the resolution of the input file, Elastic Transcoder rescales the output file to the lower resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • If you specify a resolution that is greater than the resolution of the input file, Elastic Transcoder rescales the output to the higher resolution.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • We recommend that you specify a resolution for which the product of width and height is less than or equal to the applicable value in the following list (List - Max width x height value):

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1 - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1b - 25344

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.1 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 1.3 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2 - 101376

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2.1 - 202752

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2.2 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3 - 404720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.1 - 921600

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3.2 - 1310720

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 4.1 - 2097152

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAspectRatio", "beanStyleSetterMethodName" : "setAspectRatio", "c2jName" : "AspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "aspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "aspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "AspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "AspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param aspectRatio

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.", "setterMethodName" : "setAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "aspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      To better control resolution and aspect ratio of output videos, we recommend that you use the values MaxWidth, MaxHeight, SizingPolicy, PaddingPolicy, and DisplayAspectRatio instead of Resolution and AspectRatio. The two groups of settings are mutually exclusive. Do not use them together.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The display aspect ratio of the video in the output file. Valid values include:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      auto, 1:1, 4:3, 3:2, 16:9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify auto, Elastic Transcoder tries to preserve the aspect ratio of the input file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      If you specify an aspect ratio for the output file that differs from aspect ratio of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides) or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of the active region of the video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxWidth", "beanStyleSetterMethodName" : "setMaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxWidth", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param maxWidth The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxWidth", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxWidth", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxWidth", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxWidth", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param maxWidth The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.", "setterMethodName" : "setMaxWidth", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxWidth", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum width of the output video in pixels. If you specify auto, Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 128 and 4096.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMaxHeight", "beanStyleSetterMethodName" : "setMaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "DigitsOrAuto", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "maxHeight", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param maxHeight The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "maxHeight", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "MaxHeight", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaxHeight", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "MaxHeight", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param maxHeight The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.", "setterMethodName" : "setMaxHeight", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "maxHeight", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The maximum height of the output video in pixels. If you specify auto, Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an even integer between 96 and 3072.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getDisplayAspectRatio", "beanStyleSetterMethodName" : "setDisplayAspectRatio", "c2jName" : "DisplayAspectRatio", "c2jShape" : "AspectRatio", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "displayAspectRatio", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param displayAspectRatio The value that Elastic Transcoder adds to the metadata in the output file.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "displayAspectRatio", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@return The value that Elastic Transcoder adds to the metadata in the output file.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "DisplayAspectRatio", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DisplayAspectRatio", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "DisplayAspectRatio", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param displayAspectRatio The value that Elastic Transcoder adds to the metadata in the output file.", "setterMethodName" : "setDisplayAspectRatio", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "displayAspectRatio", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "displayAspectRatio", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The value that Elastic Transcoder adds to the metadata in the output file.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getSizingPolicy", "beanStyleSetterMethodName" : "setSizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "SizingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "sizingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \n@param sizingPolicy Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "sizingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \n@return Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "SizingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SizingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "SizingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \n@param sizingPolicy Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • ", "setterMethodName" : "setSizingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "sizingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Specify one of the following values to control scaling of the output video:

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Fit: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight without exceeding the other value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Fill: Elastic Transcoder scales the output video so it matches the value that you specified in either MaxWidth or MaxHeight and matches or exceeds the other value. Elastic Transcoder centers the output video and then crops it in the dimension (if any) that exceeds the maximum value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Stretch: Elastic Transcoder stretches the output video to match the values that you specified for MaxWidth and MaxHeight. If the relative proportions of the input video and the output video are different, the output video will be distorted.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • Keep: Elastic Transcoder does not scale the output video. If either dimension of the input video exceeds the values that you specified for MaxWidth and MaxHeight, Elastic Transcoder crops the output video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ShrinkToFit: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without exceeding either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • ShrinkToFill: Elastic Transcoder scales the output video down so that its dimensions match the values that you specified for at least one of MaxWidth and MaxHeight without dropping below either value. If you specify this option, Elastic Transcoder does not scale the video up.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getPaddingPolicy", "beanStyleSetterMethodName" : "setPaddingPolicy", "c2jName" : "PaddingPolicy", "c2jShape" : "PaddingPolicy", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #paddingPolicy(String)}.\n@param paddingPolicy a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #paddingPolicy(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "paddingPolicy", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "paddingPolicy", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "PaddingPolicy", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "PaddingPolicy", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "PaddingPolicy", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param paddingPolicy When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.", "setterMethodName" : "setPaddingPolicy", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "paddingPolicy", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getWatermarks", "beanStyleSetterMethodName" : "setWatermarks", "c2jName" : "Watermarks", "c2jShape" : "PresetWatermarks", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \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 #watermarks(List)}.\n@param watermarks 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 #watermarks(List)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "watermarks", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param watermarks Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "watermarks", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.", "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" : "Watermarks", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Watermarks", "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" : "PresetWatermark", "defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link PresetWatermark.Builder} avoiding the need to create one manually via {@link PresetWatermark#builder()}.\n\nWhen the {@link Consumer} completes, {@link PresetWatermark.Builder#build()} is called immediately and its result is passed to {@link #member(PresetWatermark)}.\n@param member a consumer that will call methods on {@link PresetWatermark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(PresetWatermark)", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : 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" : "PresetWatermark", "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" : "PresetWatermark", "variableName" : "member", "variableType" : "PresetWatermark", "documentation" : null, "simpleType" : "PresetWatermark", "variableSetterType" : "PresetWatermark" }, "simple" : false, "variable" : { "variableDeclarationType" : "PresetWatermark", "variableName" : "member", "variableType" : "PresetWatermark", "documentation" : "", "simpleType" : "PresetWatermark", "variableSetterType" : "PresetWatermark" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "PresetWatermark", "map" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "simple" : false, "simpleType" : "PresetWatermark", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "marshallingTargetClass" : "List", "marshallingType" : "LIST", "name" : "Watermarks", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param watermarks Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.", "setterMethodName" : "setWatermarks", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : null, "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "watermarks", "variableType" : "java.util.List", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "VideoParameters", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VideoParameters", "variableName" : "videoParameters", "variableType" : "VideoParameters", "documentation" : null, "simpleType" : "VideoParameters", "variableSetterType" : "VideoParameters" }, "wrapper" : false }, "Warning" : { "c2jName" : "Warning", "customization" : { "artificialResultWrapper" : null, "customUnmarshallerFqcn" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "Code", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param code The code of the cross-regional warning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The code of the cross-regional warning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Code", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param code The code of the cross-regional warning.", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param message The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param message The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "Code", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param code The code of the cross-regional warning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The code of the cross-regional warning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Code", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param code The code of the cross-regional warning.", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Message" : { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param message The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param message The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getCode", "beanStyleSetterMethodName" : "setCode", "c2jName" : "Code", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #code(String)}.\n@param code a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #code(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "code", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param code The code of the cross-regional warning.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "code", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The code of the cross-regional warning.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Code", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param code The code of the cross-regional warning.", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The code of the cross-regional warning.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getMessage", "beanStyleSetterMethodName" : "setMessage", "c2jName" : "Message", "c2jShape" : "String", "defaultConsumerFluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #message(String)}.\n@param message a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #message(String)", "deprecated" : false, "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "enumType" : null, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "message", "fluentSetterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param message The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "message", "getterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@return The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Message", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Message", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingTargetClass" : "String", "marshallingType" : "STRING", "name" : "Message", "setterDocumentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \n@param message The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "setterMethodName" : "setMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "variable" : { "variableDeclarationType" : "String", "variableName" : "message", "variableType" : "String", "documentation" : "

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The message explaining what resources are in a different region from the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            AWS KMS keys must be in the same region as the pipeline.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "Warning", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Warning", "variableName" : "warning", "variableType" : "Warning", "documentation" : null, "simpleType" : "Warning", "variableSetterType" : "Warning" }, "wrapper" : false } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "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.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "ElasticTranscoderException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.elastictranscoder.model.ElasticTranscoderException", "sdkRequestBaseClassName" : "ElasticTranscoderRequest", "sdkResponseBaseClassName" : "ElasticTranscoderResponse", "serviceBaseExceptionFqcn" : "software.amazon.awssdk.awscore.exception.AwsServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy